Color Hex Logo

#8a016e Color Hex

#8A016E
(138,1,110)
0 Favorites   0 Comments

Color spaces of #8a016e

RGB 1381110
HSL0.870.990.27
HSV312°99°54°
CMYK 0.000.990.20   0.46
XYZ13.30666.550815.3149
Yxy6.55080.37830.1862
Hunter Lab25.594548.0117-17.5610
CIE-Lab30.761658.0662-23.3880

#8a016e color RGB value is (138,1,110).

#8a016e hex color red value is 138, green value is 1 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8a016e hue: 0.87 , saturation: 0.99 and the lightness value of 8a016e is 0.27.

The process color (four color CMYK) of #8a016e color hex is 0.00, 0.99, 0.20, 0.46. Web safe color of #8a016e is #990066. Color #8a016e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00000001 01101110
Octal 212 1 156
Decimal 138 1 110
Hex 8A 1 6E

RGB Percentages of Color #8a016e

%55.42
%0.40
%44.18

CMYK Percentages of Color #8a016e

%0
%99
%20
%46

Triadic Colors of #8a016e

#8a016e #6e8a01 #016e8a

Analogous Colors of #8a016e

#8a016e #8a012a #61018a

Monochromatic Colors of #8a016e

#8a016e

Complementary Color

#8a016e #018a1d

#8a016e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a016e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a016e Color CSS Codes

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

#8a016e Text Font Color

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

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


#8a016e Background Color

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

This div background color is #8a016e


#8a016e Border Color

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

This div border color is #8a016e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a016e


Comments

No comments written yet.

Please login to write comment.