Color Hex Logo

#b5566f Color Hex

#B5566F
(181,86,111)
0 Favorites   0 Comments

Color spaces of #b5566f

RGB 18186111
HSL0.960.390.52
HSV344°52°71°
CMYK 0.000.520.39   0.29
XYZ25.253117.627017.1103
Yxy17.62700.42100.2938
Hunter Lab41.984533.89235.2262
CIE-Lab49.040541.08954.2121

#b5566f color RGB value is (181,86,111).

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

The process color (four color CMYK) of #b5566f color hex is 0.00, 0.52, 0.39, 0.29. Web safe color of #b5566f is #cc6666. Color #b5566f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010110 01101111
Octal 265 126 157
Decimal 181 86 111
Hex B5 56 6F

RGB Percentages of Color #b5566f

%47.88
%22.75
%29.37

CMYK Percentages of Color #b5566f

%0
%52
%39
%29

Triadic Colors of #b5566f

#b5566f #6fb556 #566fb5

Analogous Colors of #b5566f

#b5566f #b56d56 #b5569f

Monochromatic Colors of #b5566f

#b5566f

Complementary Color

#b5566f #56b59c

#b5566f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5566f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5566f Color CSS Codes

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

#b5566f Text Font Color

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

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


#b5566f Background Color

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

This div background color is #b5566f


#b5566f Border Color

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

This div border color is #b5566f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5566f


Comments

No comments written yet.

Please login to write comment.