Color Hex Logo

#b52255 Color Hex

#B52255
(181,34,85)
0 Favorites   0 Comments

Color spaces of #b52255

RGB 1813485
HSL0.940.680.42
HSV339°81°71°
CMYK 0.000.810.53   0.29
XYZ21.267811.62379.7170
Yxy11.62370.49910.2728
Hunter Lab34.093551.68596.9672
CIE-Lab40.611759.53498.2304

#b52255 color RGB value is (181,34,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100010 01010101
Octal 265 42 125
Decimal 181 34 85
Hex B5 22 55

RGB Percentages of Color #b52255

%60.33
%11.33
%28.33

CMYK Percentages of Color #b52255

%0
%81
%53
%29

Triadic Colors of #b52255

#b52255 #55b522 #2255b5

Analogous Colors of #b52255

#b52255 #b53922 #b5229f

Monochromatic Colors of #b52255

#b52255

Complementary Color

#b52255 #22b582

#b52255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52255 Color CSS Codes

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

#b52255 Text Font Color

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

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


#b52255 Background Color

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

This div background color is #b52255


#b52255 Border Color

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

This div border color is #b52255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52255


Comments

No comments written yet.

Please login to write comment.