Color Hex Logo

#bb87dc Color Hex

#BB87DC
(187,135,220)
0 Favorites   0 Comments

Color spaces of #bb87dc

RGB 187135220
HSL0.770.550.70
HSV277°39°86°
CMYK 0.150.390.00   0.14
XYZ42.075833.060071.8737
Yxy33.06000.28620.2249
Hunter Lab57.497830.0017-33.8655
CIE-Lab64.209535.3365-35.8484

#bb87dc color RGB value is (187,135,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000111 11011100
Octal 273 207 334
Decimal 187 135 220
Hex BB 87 DC

RGB Percentages of Color #bb87dc

%34.50
%24.91
%40.59

CMYK Percentages of Color #bb87dc

%15
%39
%0
%14

Triadic Colors of #bb87dc

#bb87dc #dcbb87 #87dcbb

Analogous Colors of #bb87dc

#bb87dc #dc87d3 #9187dc

Monochromatic Colors of #bb87dc

#bb87dc

Complementary Color

#bb87dc #a8dc87

#bb87dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb87dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb87dc Color CSS Codes

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

#bb87dc Text Font Color

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

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


#bb87dc Background Color

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

This div background color is #bb87dc


#bb87dc Border Color

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

This div border color is #bb87dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,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 #bb87dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb87dc


Comments

No comments written yet.

Please login to write comment.