Color Hex Logo

#b55185 Color Hex

#B55185
(181,81,133)
0 Favorites   0 Comments

Color spaces of #b55185

RGB 18181133
HSL0.910.400.51
HSV329°55°71°
CMYK 0.000.550.27   0.29
XYZ26.232117.402124.1667
Yxy17.40210.38690.2567
Hunter Lab41.715839.2432-5.1466
CIE-Lab48.762746.3882-9.4322

#b55185 color RGB value is (181,81,133).

#b55185 hex color red value is 181, green value is 81 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b55185 hue: 0.91 , saturation: 0.40 and the lightness value of b55185 is 0.51.

The process color (four color CMYK) of #b55185 color hex is 0.00, 0.55, 0.27, 0.29. Web safe color of #b55185 is #cc6699. Color #b55185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010001 10000101
Octal 265 121 205
Decimal 181 81 133
Hex B5 51 85

RGB Percentages of Color #b55185

%45.82
%20.51
%33.67

CMYK Percentages of Color #b55185

%0
%55
%27
%29

Triadic Colors of #b55185

#b55185 #85b551 #5185b5

Analogous Colors of #b55185

#b55185 #b55153 #b351b5

Monochromatic Colors of #b55185

#b55185

Complementary Color

#b55185 #51b581

#b55185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55185 Color CSS Codes

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

#b55185 Text Font Color

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

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


#b55185 Background Color

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

This div background color is #b55185


#b55185 Border Color

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

This div border color is #b55185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55185


Comments

No comments written yet.

Please login to write comment.