Color Hex Logo

#b8558c Color Hex

#B8558C
(184,85,140)
0 Favorites   0 Comments

Color spaces of #b8558c

RGB 18485140
HSL0.910.410.53
HSV327°54°72°
CMYK 0.000.540.24   0.28
XYZ27.749318.580826.9348
Yxy18.58080.37880.2536
Hunter Lab43.105539.4755-6.8740
CIE-Lab50.193146.3816-11.4233

#b8558c color RGB value is (184,85,140).

#b8558c hex color red value is 184, green value is 85 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b8558c hue: 0.91 , saturation: 0.41 and the lightness value of b8558c is 0.53.

The process color (four color CMYK) of #b8558c color hex is 0.00, 0.54, 0.24, 0.28. Web safe color of #b8558c is #cc6699. Color #b8558c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010101 10001100
Octal 270 125 214
Decimal 184 85 140
Hex B8 55 8C

RGB Percentages of Color #b8558c

%44.99
%20.78
%34.23

CMYK Percentages of Color #b8558c

%0
%54
%24
%28

Triadic Colors of #b8558c

#b8558c #8cb855 #558cb8

Analogous Colors of #b8558c

#b8558c #b8555b #b355b8

Monochromatic Colors of #b8558c

#b8558c

Complementary Color

#b8558c #55b881

#b8558c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8558c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8558c Color CSS Codes

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

#b8558c Text Font Color

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

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


#b8558c Background Color

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

This div background color is #b8558c


#b8558c Border Color

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

This div border color is #b8558c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,85,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8558c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8558c;
  -webkit-box-shadow: 1px 1px 3px 2px #b8558c;
  box-shadow:         1px 1px 3px 2px #b8558c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,85,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8558c


Comments

No comments written yet.

Please login to write comment.