Color Hex Logo

#b20232 Color Hex

#B20232
(178,2,50)
0 Favorites   0 Comments

Color spaces of #b20232

RGB 178250
HSL0.950.980.35
HSV344°99°70°
CMYK 0.000.990.72   0.30
XYZ18.95759.73873.8982
Yxy9.73870.58160.2988
Hunter Lab31.206953.822814.4386
CIE-Lab37.369362.095326.0990

#b20232 color RGB value is (178,2,50).

#b20232 hex color red value is 178, green value is 2 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b20232 hue: 0.95 , saturation: 0.98 and the lightness value of b20232 is 0.35.

The process color (four color CMYK) of #b20232 color hex is 0.00, 0.99, 0.72, 0.30. Web safe color of #b20232 is #990033. Color #b20232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000010 00110010
Octal 262 2 62
Decimal 178 2 50
Hex B2 2 32

RGB Percentages of Color #b20232

%77.39
%0.87
%21.74

CMYK Percentages of Color #b20232

%0
%99
%72
%30

Triadic Colors of #b20232

#b20232 #32b202 #0232b2

Analogous Colors of #b20232

#b20232 #b22a02 #b2028a

Monochromatic Colors of #b20232

#b20232

Complementary Color

#b20232 #02b282

#b20232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20232 Color CSS Codes

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

#b20232 Text Font Color

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

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


#b20232 Background Color

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

This div background color is #b20232


#b20232 Border Color

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

This div border color is #b20232


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,2,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b20232; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b20232;
  -webkit-box-shadow: 1px 1px 3px 2px #b20232;
  box-shadow:         1px 1px 3px 2px #b20232; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20232


Comments

No comments written yet.

Please login to write comment.