Color Hex Logo

#b55041 Color Hex

#B55041
(181,80,65)
0 Favorites   0 Comments

Color spaces of #b55041

RGB 1818065
HSL0.020.470.48
HSV64°71°
CMYK 0.000.560.64   0.29
XYZ22.878915.94276.8724
Yxy15.94270.50070.3489
Hunter Lab39.928332.405917.7449
CIE-Lab46.899239.912628.8164

#b55041 color RGB value is (181,80,65).

#b55041 hex color red value is 181, green value is 80 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b55041 hue: 0.02 , saturation: 0.47 and the lightness value of b55041 is 0.48.

The process color (four color CMYK) of #b55041 color hex is 0.00, 0.56, 0.64, 0.29. Web safe color of #b55041 is #cc6633. Color #b55041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010000 01000001
Octal 265 120 101
Decimal 181 80 65
Hex B5 50 41

RGB Percentages of Color #b55041

%55.52
%24.54
%19.94

CMYK Percentages of Color #b55041

%0
%56
%64
%29

Triadic Colors of #b55041

#b55041 #41b550 #5041b5

Analogous Colors of #b55041

#b55041 #b58a41 #b5416c

Monochromatic Colors of #b55041

#b55041

Complementary Color

#b55041 #41a6b5

#b55041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55041 Color CSS Codes

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

#b55041 Text Font Color

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

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


#b55041 Background Color

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

This div background color is #b55041


#b55041 Border Color

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

This div border color is #b55041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55041


Comments

No comments written yet.

Please login to write comment.