Color Hex Logo

#b52254 Color Hex

#B52254
(181,34,84)
0 Favorites   0 Comments

Color spaces of #b52254

RGB 1813484
HSL0.940.680.42
HSV340°81°71°
CMYK 0.000.810.54   0.29
XYZ21.228311.60799.5092
Yxy11.60790.50130.2741
Hunter Lab34.070451.59527.3011
CIE-Lab40.586059.45758.8279

#b52254 color RGB value is (181,34,84).

#b52254 hex color red value is 181, green value is 34 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b52254 hue: 0.94 , saturation: 0.68 and the lightness value of b52254 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100010 01010100
Octal 265 42 124
Decimal 181 34 84
Hex B5 22 54

RGB Percentages of Color #b52254

%60.54
%11.37
%28.09

CMYK Percentages of Color #b52254

%0
%81
%54
%29

Triadic Colors of #b52254

#b52254 #54b522 #2254b5

Analogous Colors of #b52254

#b52254 #b53922 #b5229e

Monochromatic Colors of #b52254

#b52254

Complementary Color

#b52254 #22b583

#b52254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52254 Color CSS Codes

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

#b52254 Text Font Color

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

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


#b52254 Background Color

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

This div background color is #b52254


#b52254 Border Color

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

This div border color is #b52254


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,34,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 #b52254">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52254


Comments

No comments written yet.

Please login to write comment.