Color Hex Logo

#b55959 Color Hex

#B55959
(181,89,89)
0 Favorites   0 Comments

Color spaces of #b55959

RGB 1818989
HSL0.000.380.53
HSV51°71°
CMYK 0.000.510.51   0.29
XYZ24.431617.689811.5780
Yxy17.68980.45500.3294
Hunter Lab42.059230.084413.1202
CIE-Lab49.117737.233017.5200

#b55959 color RGB value is (181,89,89).

#b55959 hex color red value is 181, green value is 89 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b55959 hue: 0.00 , saturation: 0.38 and the lightness value of b55959 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011001 01011001
Octal 265 131 131
Decimal 181 89 89
Hex B5 59 59

RGB Percentages of Color #b55959

%50.42
%24.79
%24.79

CMYK Percentages of Color #b55959

%0
%51
%51
%29

Triadic Colors of #b55959

#b55959 #59b559 #5959b5

Analogous Colors of #b55959

#b55959 #b58759 #b55987

Monochromatic Colors of #b55959

#b55959

Complementary Color

#b55959 #59b5b5

#b55959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55959 Color CSS Codes

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

#b55959 Text Font Color

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

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


#b55959 Background Color

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

This div background color is #b55959


#b55959 Border Color

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

This div border color is #b55959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55959

#b55959 Color Palettes


Comments

No comments written yet.

Please login to write comment.