Color Hex Logo

#b5556c Color Hex

#B5556C
(181,85,108)
0 Favorites   0 Comments

Color spaces of #b5556c

RGB 18185108
HSL0.960.390.52
HSV346°53°71°
CMYK 0.000.530.40   0.29
XYZ25.011317.403516.2283
Yxy17.40350.42650.2968
Hunter Lab41.717534.01226.1382
CIE-Lab48.764541.25025.6234

#b5556c color RGB value is (181,85,108).

#b5556c hex color red value is 181, green value is 85 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b5556c hue: 0.96 , saturation: 0.39 and the lightness value of b5556c is 0.52.

The process color (four color CMYK) of #b5556c color hex is 0.00, 0.53, 0.40, 0.29. Web safe color of #b5556c is #cc6666. Color #b5556c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010101 01101100
Octal 265 125 154
Decimal 181 85 108
Hex B5 55 6C

RGB Percentages of Color #b5556c

%48.40
%22.73
%28.88

CMYK Percentages of Color #b5556c

%0
%53
%40
%29

Triadic Colors of #b5556c

#b5556c #6cb555 #556cb5

Analogous Colors of #b5556c

#b5556c #b56e55 #b5559c

Monochromatic Colors of #b5556c

#b5556c

Complementary Color

#b5556c #55b59e

#b5556c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5556c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5556c Color CSS Codes

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

#b5556c Text Font Color

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

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


#b5556c Background Color

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

This div background color is #b5556c


#b5556c Border Color

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

This div border color is #b5556c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5556c


Comments

No comments written yet.

Please login to write comment.