Color Hex Logo

#8a063f Color Hex

#8A063F
(138,6,63)
0 Favorites   0 Comments

Color spaces of #8a063f

RGB 138663
HSL0.930.920.28
HSV334°96°54°
CMYK 0.000.960.54   0.46
XYZ11.44365.89245.2368
Yxy5.89240.50700.2610
Hunter Lab24.274341.67024.2011
CIE-Lab29.139452.32835.0934

#8a063f color RGB value is (138,6,63).

#8a063f hex color red value is 138, green value is 6 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #8a063f hue: 0.93 , saturation: 0.92 and the lightness value of 8a063f is 0.28.

The process color (four color CMYK) of #8a063f color hex is 0.00, 0.96, 0.54, 0.46. Web safe color of #8a063f is #990033. Color #8a063f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00000110 00111111
Octal 212 6 77
Decimal 138 6 63
Hex 8A 6 3F

RGB Percentages of Color #8a063f

%66.67
%2.90
%30.43

CMYK Percentages of Color #8a063f

%0
%96
%54
%46

Triadic Colors of #8a063f

#8a063f #3f8a06 #063f8a

Analogous Colors of #8a063f

#8a063f #8a0f06 #8a0681

Monochromatic Colors of #8a063f

#8a063f

Complementary Color

#8a063f #068a51

#8a063f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a063f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a063f Color CSS Codes

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

#8a063f Text Font Color

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

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


#8a063f Background Color

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

This div background color is #8a063f


#8a063f Border Color

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

This div border color is #8a063f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a063f


Comments

No comments written yet.

Please login to write comment.