Color Hex Logo

#b087de Color Hex

#B087DE
(176,135,222)
0 Favorites   0 Comments

Color spaces of #b087de

RGB 176135222
HSL0.750.570.70
HSV268°39°87°
CMYK 0.210.390.00   0.13
XYZ39.753331.832073.1562
Yxy31.83200.27470.2199
Hunter Lab56.419927.0359-37.3838
CIE-Lab63.203832.5268-38.6120

#b087de color RGB value is (176,135,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000111 11011110
Octal 260 207 336
Decimal 176 135 222
Hex B0 87 DE

RGB Percentages of Color #b087de

%33.02
%25.33
%41.65

CMYK Percentages of Color #b087de

%21
%39
%0
%13

Triadic Colors of #b087de

#b087de #deb087 #87deb0

Analogous Colors of #b087de

#b087de #dc87de #878ade

Monochromatic Colors of #b087de

#b087de

Complementary Color

#b087de #b5de87

#b087de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b087de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b087de Color CSS Codes

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

#b087de Text Font Color

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

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


#b087de Background Color

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

This div background color is #b087de


#b087de Border Color

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

This div border color is #b087de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b087de


Comments

No comments written yet.

Please login to write comment.