Color Hex Logo

#b52854 Color Hex

#B52854
(181,40,84)
0 Favorites   0 Comments

Color spaces of #b52854

RGB 1814084
HSL0.950.640.43
HSV341°78°71°
CMYK 0.000.780.54   0.29
XYZ21.415111.98149.5715
Yxy11.98140.49840.2788
Hunter Lab34.614249.85977.8351
CIE-Lab41.186557.75639.6699

#b52854 color RGB value is (181,40,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101000 01010100
Octal 265 50 124
Decimal 181 40 84
Hex B5 28 54

RGB Percentages of Color #b52854

%59.34
%13.11
%27.54

CMYK Percentages of Color #b52854

%0
%78
%54
%29

Triadic Colors of #b52854

#b52854 #54b528 #2854b5

Analogous Colors of #b52854

#b52854 #b54328 #b5289b

Monochromatic Colors of #b52854

#b52854

Complementary Color

#b52854 #28b589

#b52854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52854 Color CSS Codes

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

#b52854 Text Font Color

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

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


#b52854 Background Color

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

This div background color is #b52854


#b52854 Border Color

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

This div border color is #b52854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52854


Comments

No comments written yet.

Please login to write comment.