Color Hex Logo

#bb6eab Color Hex

#BB6EAB
(187,110,171)
0 Favorites   0 Comments

Color spaces of #bb6eab

RGB 187110171
HSL0.870.360.58
HSV312°41°73°
CMYK 0.000.410.09   0.27
XYZ33.420124.656941.5259
Yxy24.65690.33550.2476
Hunter Lab49.655733.2395-14.8238
CIE-Lab56.739639.3739-19.6253

#bb6eab color RGB value is (187,110,171).

#bb6eab hex color red value is 187, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb6eab hue: 0.87 , saturation: 0.36 and the lightness value of bb6eab is 0.58.

The process color (four color CMYK) of #bb6eab color hex is 0.00, 0.41, 0.09, 0.27. Web safe color of #bb6eab is #cc6699. Color #bb6eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101110 10101011
Octal 273 156 253
Decimal 187 110 171
Hex BB 6E AB

RGB Percentages of Color #bb6eab

%39.96
%23.50
%36.54

CMYK Percentages of Color #bb6eab

%0
%41
%9
%27

Triadic Colors of #bb6eab

#bb6eab #abbb6e #6eabbb

Analogous Colors of #bb6eab

#bb6eab #bb6e85 #a56ebb

Monochromatic Colors of #bb6eab

#bb6eab

Complementary Color

#bb6eab #6ebb7e

#bb6eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6eab Color CSS Codes

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

#bb6eab Text Font Color

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

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


#bb6eab Background Color

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

This div background color is #bb6eab


#bb6eab Border Color

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

This div border color is #bb6eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6eab


Comments

No comments written yet.

Please login to write comment.