Color Hex Logo

#bb87ef Color Hex

#BB87EF
(187,135,239)
0 Favorites   0 Comments

Color spaces of #bb87ef

RGB 187135239
HSL0.750.760.73
HSV270°44°94°
CMYK 0.220.440.00   0.06
XYZ44.737534.124785.8902
Yxy34.12470.27150.2071
Hunter Lab58.416434.4736-46.2833
CIE-Lab65.061439.5359-45.0343

#bb87ef color RGB value is (187,135,239).

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

The process color (four color CMYK) of #bb87ef color hex is 0.22, 0.44, 0.00, 0.06. Web safe color of #bb87ef is #cc99ff. Color #bb87ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000111 11101111
Octal 273 207 357
Decimal 187 135 239
Hex BB 87 EF

RGB Percentages of Color #bb87ef

%33.33
%24.06
%42.60

CMYK Percentages of Color #bb87ef

%22
%44
%0
%6

Triadic Colors of #bb87ef

#bb87ef #efbb87 #87efbb

Analogous Colors of #bb87ef

#bb87ef #ef87ef #8787ef

Monochromatic Colors of #bb87ef

#bb87ef

Complementary Color

#bb87ef #bbef87

#bb87ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb87ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb87ef Color CSS Codes

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

#bb87ef Text Font Color

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

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


#bb87ef Background Color

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

This div background color is #bb87ef


#bb87ef Border Color

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

This div border color is #bb87ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb87ef


Comments

No comments written yet.

Please login to write comment.