Color Hex Logo

#b32437 Color Hex

#B32437
(179,36,55)
0 Favorites   0 Comments

Color spaces of #b32437

RGB 1793655
HSL0.980.670.42
HSV352°80°70°
CMYK 0.000.800.69   0.30
XYZ19.910911.12134.7116
Yxy11.12130.55700.3111
Hunter Lab33.348648.213914.9673
CIE-Lab39.784056.504525.9639

#b32437 color RGB value is (179,36,55).

#b32437 hex color red value is 179, green value is 36 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b32437 hue: 0.98 , saturation: 0.67 and the lightness value of b32437 is 0.42.

The process color (four color CMYK) of #b32437 color hex is 0.00, 0.80, 0.69, 0.30. Web safe color of #b32437 is #cc3333. Color #b32437 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100100 00110111
Octal 263 44 67
Decimal 179 36 55
Hex B3 24 37

RGB Percentages of Color #b32437

%66.30
%13.33
%20.37

CMYK Percentages of Color #b32437

%0
%80
%69
%30

Triadic Colors of #b32437

#b32437 #37b324 #2437b3

Analogous Colors of #b32437

#b32437 #b35924 #b3247f

Monochromatic Colors of #b32437

#b32437

Complementary Color

#b32437 #24b3a0

#b32437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32437 Color CSS Codes

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

#b32437 Text Font Color

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

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


#b32437 Background Color

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

This div background color is #b32437


#b32437 Border Color

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

This div border color is #b32437


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,36,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b32437; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b32437;
  -webkit-box-shadow: 1px 1px 3px 2px #b32437;
  box-shadow:         1px 1px 3px 2px #b32437; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32437


Comments

No comments written yet.

Please login to write comment.