Color Hex Logo

#b55173 Color Hex

#B55173
(181,81,115)
0 Favorites   0 Comments

Color spaces of #b55173

RGB 18181115
HSL0.940.400.51
HSV340°55°71°
CMYK 0.000.550.36   0.29
XYZ25.093016.946418.1681
Yxy16.94640.41680.2815
Hunter Lab41.166036.76532.6493
CIE-Lab48.192444.06450.5701

#b55173 color RGB value is (181,81,115).

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

The process color (four color CMYK) of #b55173 color hex is 0.00, 0.55, 0.36, 0.29. Web safe color of #b55173 is #cc6666. Color #b55173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010001 01110011
Octal 265 121 163
Decimal 181 81 115
Hex B5 51 73

RGB Percentages of Color #b55173

%48.01
%21.49
%30.50

CMYK Percentages of Color #b55173

%0
%55
%36
%29

Triadic Colors of #b55173

#b55173 #73b551 #5173b5

Analogous Colors of #b55173

#b55173 #b56151 #b551a5

Monochromatic Colors of #b55173

#b55173

Complementary Color

#b55173 #51b593

#b55173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55173 Color CSS Codes

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

#b55173 Text Font Color

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

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


#b55173 Background Color

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

This div background color is #b55173


#b55173 Border Color

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

This div border color is #b55173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55173


Comments

No comments written yet.

Please login to write comment.