Color Hex Logo

#b52554 Color Hex

#B52554
(181,37,84)
0 Favorites   0 Comments

Color spaces of #b52554

RGB 1813784
HSL0.950.660.43
HSV340°80°71°
CMYK 0.000.800.54   0.29
XYZ21.317911.78709.5390
Yxy11.78700.49990.2764
Hunter Lab34.332250.75477.5592
CIE-Lab40.875658.63579.2345

#b52554 color RGB value is (181,37,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 01010100
Octal 265 45 124
Decimal 181 37 84
Hex B5 25 54

RGB Percentages of Color #b52554

%59.93
%12.25
%27.81

CMYK Percentages of Color #b52554

%0
%80
%54
%29

Triadic Colors of #b52554

#b52554 #54b525 #2554b5

Analogous Colors of #b52554

#b52554 #b53e25 #b5259c

Monochromatic Colors of #b52554

#b52554

Complementary Color

#b52554 #25b586

#b52554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52554 Color CSS Codes

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

#b52554 Text Font Color

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

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


#b52554 Background Color

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

This div background color is #b52554


#b52554 Border Color

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

This div border color is #b52554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52554


Comments

No comments written yet.

Please login to write comment.