Color Hex Logo

#bb87ea Color Hex

#BB87EA
(187,135,234)
0 Favorites   0 Comments

Color spaces of #bb87ea

RGB 187135234
HSL0.750.700.72
HSV272°42°92°
CMYK 0.200.420.00   0.08
XYZ44.008833.833382.0529
Yxy33.83330.27520.2116
Hunter Lab58.166433.2622-42.9214
CIE-Lab64.830038.4100-42.6392

#bb87ea color RGB value is (187,135,234).

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

The process color (four color CMYK) of #bb87ea color hex is 0.20, 0.42, 0.00, 0.08. Web safe color of #bb87ea is #cc99ff. Color #bb87ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000111 11101010
Octal 273 207 352
Decimal 187 135 234
Hex BB 87 EA

RGB Percentages of Color #bb87ea

%33.63
%24.28
%42.09

CMYK Percentages of Color #bb87ea

%20
%42
%0
%8

Triadic Colors of #bb87ea

#bb87ea #eabb87 #87eabb

Analogous Colors of #bb87ea

#bb87ea #ea87e8 #8a87ea

Monochromatic Colors of #bb87ea

#bb87ea

Complementary Color

#bb87ea #b6ea87

#bb87ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb87ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb87ea Color CSS Codes

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

#bb87ea Text Font Color

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

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


#bb87ea Background Color

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

This div background color is #bb87ea


#bb87ea Border Color

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

This div border color is #bb87ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb87ea


Comments

No comments written yet.

Please login to write comment.