Color Hex Logo

#8a252a Color Hex

#8A252A
(138,37,42)
0 Favorites   0 Comments

Color spaces of #8a252a

RGB 1383742
HSL0.990.580.34
HSV357°73°54°
CMYK 0.000.730.70   0.46
XYZ11.56076.89362.9118
Yxy6.89360.54110.3226
Hunter Lab26.255732.648411.8036
CIE-Lab31.563542.718922.1973

#8a252a color RGB value is (138,37,42).

#8a252a hex color red value is 138, green value is 37 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #8a252a hue: 0.99 , saturation: 0.58 and the lightness value of 8a252a is 0.34.

The process color (four color CMYK) of #8a252a color hex is 0.00, 0.73, 0.70, 0.46. Web safe color of #8a252a is #993333. Color #8a252a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00100101 00101010
Octal 212 45 52
Decimal 138 37 42
Hex 8A 25 2A

RGB Percentages of Color #8a252a

%63.59
%17.05
%19.35

CMYK Percentages of Color #8a252a

%0
%73
%70
%46

Triadic Colors of #8a252a

#8a252a #2a8a25 #252a8a

Analogous Colors of #8a252a

#8a252a #8a5325 #8a255c

Monochromatic Colors of #8a252a

#8a252a

Complementary Color

#8a252a #258a85

#8a252a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a252a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a252a Color CSS Codes

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

#8a252a Text Font Color

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

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


#8a252a Background Color

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

This div background color is #8a252a


#8a252a Border Color

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

This div border color is #8a252a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,37,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a252a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a252a;
  -webkit-box-shadow: 1px 1px 3px 2px #8a252a;
  box-shadow:         1px 1px 3px 2px #8a252a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a252a


Comments

No comments written yet.

Please login to write comment.