Color Hex Logo

#b02426 Color Hex

#B02426
(176,36,38)
0 Favorites   0 Comments

Color spaces of #b02426

RGB 1763638
HSL1.000.660.42
HSV359°80°69°
CMYK 0.000.800.78   0.31
XYZ18.885210.63182.8905
Yxy10.63180.58270.3281
Hunter Lab32.606446.323517.5686
CIE-Lab38.953354.896035.0846

#b02426 color RGB value is (176,36,38).

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

The process color (four color CMYK) of #b02426 color hex is 0.00, 0.80, 0.78, 0.31. Web safe color of #b02426 is #993333. Color #b02426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100100 00100110
Octal 260 44 46
Decimal 176 36 38
Hex B0 24 26

RGB Percentages of Color #b02426

%70.40
%14.40
%15.20

CMYK Percentages of Color #b02426

%0
%80
%78
%31

Triadic Colors of #b02426

#b02426 #26b024 #2426b0

Analogous Colors of #b02426

#b02426 #b06824 #b0246c

Monochromatic Colors of #b02426

#b02426

Complementary Color

#b02426 #24b0ae

#b02426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02426 Color CSS Codes

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

#b02426 Text Font Color

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

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


#b02426 Background Color

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

This div background color is #b02426


#b02426 Border Color

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

This div border color is #b02426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02426


Comments

No comments written yet.

Please login to write comment.