Color Hex Logo

#b52260 Color Hex

#B52260
(181,34,96)
0 Favorites   0 Comments

Color spaces of #b52260

RGB 1813496
HSL0.930.680.42
HSV335°81°71°
CMYK 0.000.810.47   0.29
XYZ21.739411.812312.2005
Yxy11.81230.47520.2582
Hunter Lab34.369052.76063.0112
CIE-Lab40.916260.44951.7110

#b52260 color RGB value is (181,34,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100010 01100000
Octal 265 42 140
Decimal 181 34 96
Hex B5 22 60

RGB Percentages of Color #b52260

%58.20
%10.93
%30.87

CMYK Percentages of Color #b52260

%0
%81
%47
%29

Triadic Colors of #b52260

#b52260 #60b522 #2260b5

Analogous Colors of #b52260

#b52260 #b52e22 #b522aa

Monochromatic Colors of #b52260

#b52260

Complementary Color

#b52260 #22b577

#b52260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52260 Color CSS Codes

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

#b52260 Text Font Color

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

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


#b52260 Background Color

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

This div background color is #b52260


#b52260 Border Color

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

This div border color is #b52260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52260


Comments

No comments written yet.

Please login to write comment.