Color Hex Logo

#b54044 Color Hex

#B54044
(181,64,68)
0 Favorites   0 Comments

Color spaces of #b54044

RGB 1816468
HSL0.990.480.48
HSV358°65°71°
CMYK 0.000.650.62   0.29
XYZ21.932813.90796.9973
Yxy13.90790.51200.3247
Hunter Lab37.293339.715514.9808
CIE-Lab44.100647.628123.5116

#b54044 color RGB value is (181,64,68).

#b54044 hex color red value is 181, green value is 64 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #b54044 hue: 0.99 , saturation: 0.48 and the lightness value of b54044 is 0.48.

The process color (four color CMYK) of #b54044 color hex is 0.00, 0.65, 0.62, 0.29. Web safe color of #b54044 is #cc3333. Color #b54044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000000 01000100
Octal 265 100 104
Decimal 181 64 68
Hex B5 40 44

RGB Percentages of Color #b54044

%57.83
%20.45
%21.73

CMYK Percentages of Color #b54044

%0
%65
%62
%29

Triadic Colors of #b54044

#b54044 #44b540 #4044b5

Analogous Colors of #b54044

#b54044 #b57740 #b5407f

Monochromatic Colors of #b54044

#b54044

Complementary Color

#b54044 #40b5b1

#b54044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54044 Color CSS Codes

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

#b54044 Text Font Color

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

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


#b54044 Background Color

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

This div background color is #b54044


#b54044 Border Color

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

This div border color is #b54044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54044


Comments

No comments written yet.

Please login to write comment.