Color Hex Logo

#b687df Color Hex

#B687DF
(182,135,223)
0 Favorites   0 Comments

Color spaces of #b687df

RGB 182135223
HSL0.760.580.70
HSV272°39°87°
CMYK 0.180.390.00   0.13
XYZ41.274732.600773.9292
Yxy32.60070.27930.2206
Hunter Lab57.097029.1156-36.8008
CIE-Lab63.836334.5111-38.1363

#b687df color RGB value is (182,135,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000111 11011111
Octal 266 207 337
Decimal 182 135 223
Hex B6 87 DF

RGB Percentages of Color #b687df

%33.70
%25.00
%41.30

CMYK Percentages of Color #b687df

%18
%39
%0
%13

Triadic Colors of #b687df

#b687df #dfb687 #87dfb6

Analogous Colors of #b687df

#b687df #df87dc #8a87df

Monochromatic Colors of #b687df

#b687df

Complementary Color

#b687df #b0df87

#b687df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b687df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b687df Color CSS Codes

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

#b687df Text Font Color

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

This sample text font color is #b687df
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.


#b687df Background Color

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

This div background color is #b687df


#b687df Border Color

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

This div border color is #b687df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,135,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 #b687df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b687df


Comments

No comments written yet.

Please login to write comment.