Color Hex Logo

#b087dd Color Hex

#B087DD
(176,135,221)
0 Favorites   0 Comments

Color spaces of #b087dd

RGB 176135221
HSL0.750.560.70
HSV269°39°87°
CMYK 0.200.390.00   0.13
XYZ39.619631.778572.4523
Yxy31.77850.27540.2209
Hunter Lab56.372426.8014-36.7414
CIE-Lab63.159432.2985-38.1249

#b087dd color RGB value is (176,135,221).

#b087dd hex color red value is 176, green value is 135 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b087dd hue: 0.75 , saturation: 0.56 and the lightness value of b087dd is 0.70.

The process color (four color CMYK) of #b087dd color hex is 0.20, 0.39, 0.00, 0.13. Web safe color of #b087dd is #9999cc. Color #b087dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000111 11011101
Octal 260 207 335
Decimal 176 135 221
Hex B0 87 DD

RGB Percentages of Color #b087dd

%33.08
%25.38
%41.54

CMYK Percentages of Color #b087dd

%20
%39
%0
%13

Triadic Colors of #b087dd

#b087dd #ddb087 #87ddb0

Analogous Colors of #b087dd

#b087dd #db87dd #8789dd

Monochromatic Colors of #b087dd

#b087dd

Complementary Color

#b087dd #b4dd87

#b087dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b087dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b087dd Color CSS Codes

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

#b087dd Text Font Color

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

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


#b087dd Background Color

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

This div background color is #b087dd


#b087dd Border Color

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

This div border color is #b087dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b087dd


Comments

No comments written yet.

Please login to write comment.