Color Hex Logo

#b62426 Color Hex

#B62426
(182,36,38)
0 Favorites   0 Comments

Color spaces of #b62426

RGB 1823638
HSL1.000.670.43
HSV359°80°71°
CMYK 0.000.800.79   0.29
XYZ20.272111.34682.9554
Yxy11.34680.58630.3282
Hunter Lab33.685048.475018.3776
CIE-Lab40.158556.675136.7194

#b62426 color RGB value is (182,36,38).

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

The process color (four color CMYK) of #b62426 color hex is 0.00, 0.80, 0.79, 0.29. Web safe color of #b62426 is #cc3333. Color #b62426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100100 00100110
Octal 266 44 46
Decimal 182 36 38
Hex B6 24 26

RGB Percentages of Color #b62426

%71.09
%14.06
%14.84

CMYK Percentages of Color #b62426

%0
%80
%79
%29

Triadic Colors of #b62426

#b62426 #26b624 #2426b6

Analogous Colors of #b62426

#b62426 #b66b24 #b6246f

Monochromatic Colors of #b62426

#b62426

Complementary Color

#b62426 #24b6b4

#b62426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62426 Color CSS Codes

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

#b62426 Text Font Color

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

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


#b62426 Background Color

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

This div background color is #b62426


#b62426 Border Color

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

This div border color is #b62426


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,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 #b62426">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62426


Comments

No comments written yet.

Please login to write comment.