Color Hex Logo

#b55c76 Color Hex

#B55C76
(181,92,118)
0 Favorites   0 Comments

Color spaces of #b55c76

RGB 18192118
HSL0.950.380.54
HSV342°49°71°
CMYK 0.000.490.35   0.29
XYZ26.153218.786119.3872
Yxy18.78610.40660.2920
Hunter Lab43.342931.85713.8198
CIE-Lab50.436038.84912.0287

#b55c76 color RGB value is (181,92,118).

#b55c76 hex color red value is 181, green value is 92 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b55c76 hue: 0.95 , saturation: 0.38 and the lightness value of b55c76 is 0.54.

The process color (four color CMYK) of #b55c76 color hex is 0.00, 0.49, 0.35, 0.29. Web safe color of #b55c76 is #cc6666. Color #b55c76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011100 01110110
Octal 265 134 166
Decimal 181 92 118
Hex B5 5C 76

RGB Percentages of Color #b55c76

%46.29
%23.53
%30.18

CMYK Percentages of Color #b55c76

%0
%49
%35
%29

Triadic Colors of #b55c76

#b55c76 #76b55c #5c76b5

Analogous Colors of #b55c76

#b55c76 #b56f5c #b55ca3

Monochromatic Colors of #b55c76

#b55c76

Complementary Color

#b55c76 #5cb59b

#b55c76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55c76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55c76 Color CSS Codes

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

#b55c76 Text Font Color

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

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


#b55c76 Background Color

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

This div background color is #b55c76


#b55c76 Border Color

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

This div border color is #b55c76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55c76


Comments

No comments written yet.

Please login to write comment.