Color Hex Logo

#8a250a Color Hex

#8A250A
(138,37,10)
0 Favorites   0 Comments

Color spaces of #8a250a

RGB 1383710
HSL0.040.860.29
HSV13°93°54°
CMYK 0.000.730.93   0.46
XYZ11.19766.74830.9995
Yxy6.74830.59100.3562
Hunter Lab25.977531.481815.9030
CIE-Lab31.226941.548339.5491

#8a250a color RGB value is (138,37,10).

#8a250a hex color red value is 138, green value is 37 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #8a250a hue: 0.04 , saturation: 0.86 and the lightness value of 8a250a is 0.29.

The process color (four color CMYK) of #8a250a color hex is 0.00, 0.73, 0.93, 0.46. Web safe color of #8a250a is #993300. Color #8a250a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00100101 00001010
Octal 212 45 12
Decimal 138 37 10
Hex 8A 25 A

RGB Percentages of Color #8a250a

%74.59
%20.00
%5.41

CMYK Percentages of Color #8a250a

%0
%73
%93
%46

Triadic Colors of #8a250a

#8a250a #0a8a25 #250a8a

Analogous Colors of #8a250a

#8a250a #8a650a #8a0a2f

Monochromatic Colors of #8a250a

#8a250a

Complementary Color

#8a250a #0a6f8a

#8a250a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a250a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a250a Color CSS Codes

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

#8a250a Text Font Color

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

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


#8a250a Background Color

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

This div background color is #8a250a


#8a250a Border Color

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

This div border color is #8a250a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a250a


Comments

No comments written yet.

Please login to write comment.