Color Hex Logo

#bb4eab Color Hex

#BB4EAB
(187,78,171)
0 Favorites   0 Comments

Color spaces of #bb4eab

RGB 18778171
HSL0.860.440.52
HSV309°58°73°
CMYK 0.000.580.09   0.27
XYZ30.568618.953840.5754
Yxy18.95380.33930.2104
Hunter Lab43.536049.1451-24.7829
CIE-Lab50.633155.3581-29.0386

#bb4eab color RGB value is (187,78,171).

#bb4eab hex color red value is 187, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb4eab hue: 0.86 , saturation: 0.44 and the lightness value of bb4eab is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001110 10101011
Octal 273 116 253
Decimal 187 78 171
Hex BB 4E AB

RGB Percentages of Color #bb4eab

%42.89
%17.89
%39.22

CMYK Percentages of Color #bb4eab

%0
%58
%9
%27

Triadic Colors of #bb4eab

#bb4eab #abbb4e #4eabbb

Analogous Colors of #bb4eab

#bb4eab #bb4e75 #954ebb

Monochromatic Colors of #bb4eab

#bb4eab

Complementary Color

#bb4eab #4ebb5e

#bb4eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4eab Color CSS Codes

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

#bb4eab Text Font Color

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

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


#bb4eab Background Color

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

This div background color is #bb4eab


#bb4eab Border Color

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

This div border color is #bb4eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4eab


Comments

No comments written yet.

Please login to write comment.