color codes Logo

#b8549c color codes

#B8549C
(184,84,156)
0 Favorites   0 Comments

Color spaces of #b8549c

RGB 18484156
HSL0.880.410.53
HSV317°54°72°
CMYK 0.000.540.15   0.28
XYZ28.938218.931333.5814
Yxy18.93130.35530.2324
Hunter Lab43.510142.5761-15.3033
CIE-Lab50.606749.2698-20.2880

#b8549c color RGB value is (184,84,156).

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

The process color (four color CMYK) of #b8549c color code is 0.00, 0.54, 0.15, 0.28. Web safe color of #b8549c is #cc6699. Color #b8549c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010100 10011100
Octal 270 124 234
Decimal 184 84 156
Hex B8 54 9C

RGB Percentages of Color #b8549c

%43.40
%19.81
%36.79

CMYK Percentages of Color #b8549c

%0
%54
%15
%28

Triadic Colors of #b8549c

#b8549c #9cb854 #549cb8

Analogous Colors of #b8549c

#b8549c #b8546a #a254b8

Monochromatic Colors of #b8549c

#b8549c

Complementary Color

#b8549c #54b870

#b8549c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8549c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8549c Color CSS Codes

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

#b8549c Text Font Color

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

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


#b8549c Background Color

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

This div background color is #b8549c


#b8549c Border Color

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

This div border color is #b8549c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8549c


Comments

No comments written yet.

Please login to write comment.