Color Hex Logo

#b32428 Color Hex

#B32428
(179,36,40)
0 Favorites   0 Comments

Color spaces of #b32428

RGB 1793640
HSL1.000.670.42
HSV358°80°70°
CMYK 0.000.800.78   0.30
XYZ19.604310.99873.0972
Yxy10.99870.58170.3264
Hunter Lab33.164347.478617.6779
CIE-Lab39.578355.859234.7726

#b32428 color RGB value is (179,36,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100100 00101000
Octal 263 44 50
Decimal 179 36 40
Hex B3 24 28

RGB Percentages of Color #b32428

%70.20
%14.12
%15.69

CMYK Percentages of Color #b32428

%0
%80
%78
%30

Triadic Colors of #b32428

#b32428 #28b324 #2428b3

Analogous Colors of #b32428

#b32428 #b36824 #b32470

Monochromatic Colors of #b32428

#b32428

Complementary Color

#b32428 #24b3af

#b32428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32428 Color CSS Codes

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

#b32428 Text Font Color

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

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


#b32428 Background Color

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

This div background color is #b32428


#b32428 Border Color

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

This div border color is #b32428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32428


Comments

No comments written yet.

Please login to write comment.