Color Hex Logo

#b687dc Color Hex

#B687DC
(182,135,220)
0 Favorites   0 Comments

Color spaces of #b687dc

RGB 182135220
HSL0.760.550.70
HSV273°39°86°
CMYK 0.170.390.00   0.14
XYZ40.873632.440371.8175
Yxy32.44030.28160.2235
Hunter Lab56.956428.4232-34.8905
CIE-Lab63.705133.8460-36.6725

#b687dc color RGB value is (182,135,220).

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

The process color (four color CMYK) of #b687dc color hex is 0.17, 0.39, 0.00, 0.14. Web safe color of #b687dc is #cc99cc. Color #b687dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000111 11011100
Octal 266 207 334
Decimal 182 135 220
Hex B6 87 DC

RGB Percentages of Color #b687dc

%33.89
%25.14
%40.97

CMYK Percentages of Color #b687dc

%17
%39
%0
%14

Triadic Colors of #b687dc

#b687dc #dcb687 #87dcb6

Analogous Colors of #b687dc

#b687dc #dc87d8 #8c87dc

Monochromatic Colors of #b687dc

#b687dc

Complementary Color

#b687dc #addc87

#b687dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b687dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b687dc Color CSS Codes

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

#b687dc Text Font Color

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

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


#b687dc Background Color

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

This div background color is #b687dc


#b687dc Border Color

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

This div border color is #b687dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,135,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b687dc


Comments

No comments written yet.

Please login to write comment.