Color Hex Logo

#8a283a Color Hex

#8A283A
(138,40,58)
0 Favorites   0 Comments

Color spaces of #8a283a

RGB 1384058
HSL0.970.550.35
HSV349°71°54°
CMYK 0.000.710.58   0.46
XYZ12.00377.22634.7651
Yxy7.22630.50030.3012
Hunter Lab26.881832.66378.3074
CIE-Lab32.316642.597212.8243

#8a283a color RGB value is (138,40,58).

#8a283a hex color red value is 138, green value is 40 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #8a283a hue: 0.97 , saturation: 0.55 and the lightness value of 8a283a is 0.35.

The process color (four color CMYK) of #8a283a color hex is 0.00, 0.71, 0.58, 0.46. Web safe color of #8a283a is #993333. Color #8a283a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00101000 00111010
Octal 212 50 72
Decimal 138 40 58
Hex 8A 28 3A

RGB Percentages of Color #8a283a

%58.47
%16.95
%24.58

CMYK Percentages of Color #8a283a

%0
%71
%58
%46

Triadic Colors of #8a283a

#8a283a #3a8a28 #283a8a

Analogous Colors of #8a283a

#8a283a #8a4728 #8a286b

Monochromatic Colors of #8a283a

#8a283a

Complementary Color

#8a283a #288a78

#8a283a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a283a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a283a Color CSS Codes

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

#8a283a Text Font Color

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

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


#8a283a Background Color

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

This div background color is #8a283a


#8a283a Border Color

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

This div border color is #8a283a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a283a


Comments

No comments written yet.

Please login to write comment.