Color Hex Logo

#b52954 Color Hex

#B52954
(181,41,84)
0 Favorites   0 Comments

Color spaces of #b52954

RGB 1814184
HSL0.950.630.44
HSV342°77°71°
CMYK 0.000.770.54   0.29
XYZ21.449212.04979.5828
Yxy12.04970.49790.2797
Hunter Lab34.712749.54927.9312
CIE-Lab41.295057.45029.8219

#b52954 color RGB value is (181,41,84).

#b52954 hex color red value is 181, green value is 41 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b52954 hue: 0.95 , saturation: 0.63 and the lightness value of b52954 is 0.44.

The process color (four color CMYK) of #b52954 color hex is 0.00, 0.77, 0.54, 0.29. Web safe color of #b52954 is #cc3366. Color #b52954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101001 01010100
Octal 265 51 124
Decimal 181 41 84
Hex B5 29 54

RGB Percentages of Color #b52954

%59.15
%13.40
%27.45

CMYK Percentages of Color #b52954

%0
%77
%54
%29

Triadic Colors of #b52954

#b52954 #54b529 #2954b5

Analogous Colors of #b52954

#b52954 #b54429 #b5299a

Monochromatic Colors of #b52954

#b52954

Complementary Color

#b52954 #29b58a

#b52954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52954 Color CSS Codes

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

#b52954 Text Font Color

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

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


#b52954 Background Color

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

This div background color is #b52954


#b52954 Border Color

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

This div border color is #b52954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52954


Comments

No comments written yet.

Please login to write comment.