Color Hex Logo

#bb4ead Color Hex

#BB4EAD
(187,78,173)
0 Favorites   0 Comments

Color spaces of #bb4ead

RGB 18778173
HSL0.850.440.52
HSV308°58°73°
CMYK 0.000.580.07   0.27
XYZ30.760719.030741.5872
Yxy19.03070.33660.2083
Hunter Lab43.624249.5233-25.9846
CIE-Lab50.723155.6863-30.0699

#bb4ead color RGB value is (187,78,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001110 10101101
Octal 273 116 255
Decimal 187 78 173
Hex BB 4E AD

RGB Percentages of Color #bb4ead

%42.69
%17.81
%39.50

CMYK Percentages of Color #bb4ead

%0
%58
%7
%27

Triadic Colors of #bb4ead

#bb4ead #adbb4e #4eadbb

Analogous Colors of #bb4ead

#bb4ead #bb4e77 #934ebb

Monochromatic Colors of #bb4ead

#bb4ead

Complementary Color

#bb4ead #4ebb5c

#bb4ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4ead Color CSS Codes

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

#bb4ead Text Font Color

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

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


#bb4ead Background Color

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

This div background color is #bb4ead


#bb4ead Border Color

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

This div border color is #bb4ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4ead


Comments

No comments written yet.

Please login to write comment.