Color Hex Logo

#b786df Color Hex

#B786DF
(183,134,223)
0 Favorites   0 Comments

Color spaces of #b786df

RGB 183134223
HSL0.760.580.70
HSV273°40°87°
CMYK 0.180.400.00   0.13
XYZ41.372832.445273.8940
Yxy32.44520.28010.2197
Hunter Lab56.960729.9704-37.0433
CIE-Lab63.709135.3589-38.3276

#b786df color RGB value is (183,134,223).

#b786df hex color red value is 183, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b786df hue: 0.76 , saturation: 0.58 and the lightness value of b786df is 0.70.

The process color (four color CMYK) of #b786df color hex is 0.18, 0.40, 0.00, 0.13. Web safe color of #b786df is #cc99cc. Color #b786df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000110 11011111
Octal 267 206 337
Decimal 183 134 223
Hex B7 86 DF

RGB Percentages of Color #b786df

%33.89
%24.81
%41.30

CMYK Percentages of Color #b786df

%18
%40
%0
%13

Triadic Colors of #b786df

#b786df #dfb786 #86dfb7

Analogous Colors of #b786df

#b786df #df86db #8b86df

Monochromatic Colors of #b786df

#b786df

Complementary Color

#b786df #aedf86

#b786df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b786df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b786df Color CSS Codes

.mybgcolor {background-color:#b786df; } 
.myforecolor {color:#b786df; }
.mybordercolor {border:3px solid #b786df; }

#b786df Text Font Color

<p style="color:#b786df">Text here</p>

This sample text font color is #b786df
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b786df Background Color

<div style="background-color:#b786df">
Div content here</div>

This div background color is #b786df


#b786df Border Color

<div style="border:3px solid #b786df">
Div here</div>

This div border color is #b786df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,134,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b786df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b786df;
  -webkit-box-shadow: 1px 1px 3px 2px #b786df;
  box-shadow:         1px 1px 3px 2px #b786df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,134,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b786df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b786df;
  -webkit-box-shadow: 1px 1px 3px 2px #b786df;
  box-shadow:         1px 1px 3px 2px #b786df;">
Div content here</div>

This div box has shadow with color #b786df


Comments

No comments written yet.

Please login to write comment.