Color Hex Logo

#bb8ec1 Color Hex

#BB8EC1
(187,142,193)
0 Favorites   0 Comments

Color spaces of #bb8ec1

RGB 187142193
HSL0.810.290.66
HSV293°26°76°
CMYK 0.030.260.00   0.24
XYZ39.792233.761154.8713
Yxy33.76110.30980.2629
Hunter Lab58.104320.5616-15.3180
CIE-Lab64.772525.8871-19.8938

#bb8ec1 color RGB value is (187,142,193).

#bb8ec1 hex color red value is 187, green value is 142 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #bb8ec1 hue: 0.81 , saturation: 0.29 and the lightness value of bb8ec1 is 0.66.

The process color (four color CMYK) of #bb8ec1 color hex is 0.03, 0.26, 0.00, 0.24. Web safe color of #bb8ec1 is #cc99cc. Color #bb8ec1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001110 11000001
Octal 273 216 301
Decimal 187 142 193
Hex BB 8E C1

RGB Percentages of Color #bb8ec1

%35.82
%27.20
%36.97

CMYK Percentages of Color #bb8ec1

%3
%26
%0
%24

Triadic Colors of #bb8ec1

#bb8ec1 #c1bb8e #8ec1bb

Analogous Colors of #bb8ec1

#bb8ec1 #c18eae #a28ec1

Monochromatic Colors of #bb8ec1

#bb8ec1

Complementary Color

#bb8ec1 #94c18e

#bb8ec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8ec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8ec1 Color CSS Codes

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

#bb8ec1 Text Font Color

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

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


#bb8ec1 Background Color

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

This div background color is #bb8ec1


#bb8ec1 Border Color

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

This div border color is #bb8ec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8ec1


Comments

No comments written yet.

Please login to write comment.