Color Hex Logo

#8a318e Color Hex

#8A318E
(138,49,142)
0 Favorites   0 Comments

Color spaces of #8a318e

RGB 13849142
HSL0.830.490.37
HSV297°65°56°
CMYK 0.030.650.00   0.44
XYZ16.46209.552926.5674
Yxy9.55290.31310.1817
Hunter Lab30.907840.9835-29.3285
CIE-Lab37.027750.1414-33.5488

#8a318e color RGB value is (138,49,142).

#8a318e hex color red value is 138, green value is 49 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8a318e hue: 0.83 , saturation: 0.49 and the lightness value of 8a318e is 0.37.

The process color (four color CMYK) of #8a318e color hex is 0.03, 0.65, 0.00, 0.44. Web safe color of #8a318e is #993399. Color #8a318e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00110001 10001110
Octal 212 61 216
Decimal 138 49 142
Hex 8A 31 8E

RGB Percentages of Color #8a318e

%41.95
%14.89
%43.16

CMYK Percentages of Color #8a318e

%3
%65
%0
%44

Triadic Colors of #8a318e

#8a318e #8e8a31 #318e8a

Analogous Colors of #8a318e

#8a318e #8e3164 #5b318e

Monochromatic Colors of #8a318e

#8a318e

Complementary Color

#8a318e #358e31

#8a318e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a318e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a318e Color CSS Codes

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

#8a318e Text Font Color

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

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


#8a318e Background Color

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

This div background color is #8a318e


#8a318e Border Color

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

This div border color is #8a318e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a318e


Comments

No comments written yet.

Please login to write comment.