Color Hex Logo

#b55389 Color Hex

#B55389
(181,83,137)
0 Favorites   0 Comments

Color spaces of #b55389

RGB 18183137
HSL0.910.400.52
HSV327°54°71°
CMYK 0.000.540.24   0.29
XYZ26.664717.816425.7004
Yxy17.81640.37990.2539
Hunter Lab42.209538.8960-6.5537
CIE-Lab49.272745.9700-11.0623

#b55389 color RGB value is (181,83,137).

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

The process color (four color CMYK) of #b55389 color hex is 0.00, 0.54, 0.24, 0.29. Web safe color of #b55389 is #cc6699. Color #b55389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010011 10001001
Octal 265 123 211
Decimal 181 83 137
Hex B5 53 89

RGB Percentages of Color #b55389

%45.14
%20.70
%34.16

CMYK Percentages of Color #b55389

%0
%54
%24
%29

Triadic Colors of #b55389

#b55389 #89b553 #5389b5

Analogous Colors of #b55389

#b55389 #b55358 #b053b5

Monochromatic Colors of #b55389

#b55389

Complementary Color

#b55389 #53b57f

#b55389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55389 Color CSS Codes

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

#b55389 Text Font Color

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

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


#b55389 Background Color

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

This div background color is #b55389


#b55389 Border Color

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

This div border color is #b55389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55389


Comments

No comments written yet.

Please login to write comment.