Color Hex Logo

#b52227 Color Hex

#B52227
(181,34,39)
0 Favorites   0 Comments

Color spaces of #b52227

RGB 1813439
HSL0.990.680.42
HSV358°81°71°
CMYK 0.000.810.78   0.29
XYZ19.994311.11433.0109
Yxy11.11430.58600.3257
Hunter Lab33.338148.712417.9820
CIE-Lab39.772356.969035.6796

#b52227 color RGB value is (181,34,39).

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

The process color (four color CMYK) of #b52227 color hex is 0.00, 0.81, 0.78, 0.29. Web safe color of #b52227 is #cc3333. Color #b52227 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100010 00100111
Octal 265 42 47
Decimal 181 34 39
Hex B5 22 27

RGB Percentages of Color #b52227

%71.26
%13.39
%15.35

CMYK Percentages of Color #b52227

%0
%81
%78
%29

Triadic Colors of #b52227

#b52227 #27b522 #2227b5

Analogous Colors of #b52227

#b52227 #b56722 #b52271

Monochromatic Colors of #b52227

#b52227

Complementary Color

#b52227 #22b5b0

#b52227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52227 Color CSS Codes

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

#b52227 Text Font Color

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

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


#b52227 Background Color

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

This div background color is #b52227


#b52227 Border Color

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

This div border color is #b52227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52227


Comments

No comments written yet.

Please login to write comment.