Color Hex Logo

#8a399c Color Hex

#8A399C
(138,57,156)
0 Favorites   0 Comments

Color spaces of #8a399c

RGB 13857156
HSL0.800.460.42
HSV289°63°61°
CMYK 0.120.630.00   0.39
XYZ17.945110.729832.5777
Yxy10.72980.29300.1752
Hunter Lab32.756440.4650-36.0371
CIE-Lab39.121649.2465-38.7301

#8a399c color RGB value is (138,57,156).

#8a399c hex color red value is 138, green value is 57 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #8a399c hue: 0.80 , saturation: 0.46 and the lightness value of 8a399c is 0.42.

The process color (four color CMYK) of #8a399c color hex is 0.12, 0.63, 0.00, 0.39. Web safe color of #8a399c is #993399. Color #8a399c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00111001 10011100
Octal 212 71 234
Decimal 138 57 156
Hex 8A 39 9C

RGB Percentages of Color #8a399c

%39.32
%16.24
%44.44

CMYK Percentages of Color #8a399c

%12
%63
%0
%39

Triadic Colors of #8a399c

#8a399c #9c8a39 #399c8a

Analogous Colors of #8a399c

#8a399c #9c397d #58399c

Monochromatic Colors of #8a399c

#8a399c

Complementary Color

#8a399c #4b9c39

#8a399c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a399c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a399c Color CSS Codes

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

#8a399c Text Font Color

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

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


#8a399c Background Color

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

This div background color is #8a399c


#8a399c Border Color

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

This div border color is #8a399c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a399c


Comments

No comments written yet.

Please login to write comment.