Color Hex Logo

#8c67aa Color Hex

#8C67AA
(140,103,170)
0 Favorites   0 Comments

Color spaces of #8c67aa

RGB 140103170
HSL0.760.280.54
HSV273°39°67°
CMYK 0.180.390.00   0.33
XYZ22.921218.178240.3309
Yxy18.17820.28150.2232
Hunter Lab42.635921.3494-26.2395
CIE-Lab49.711527.9822-30.3378

#8c67aa color RGB value is (140,103,170).

#8c67aa hex color red value is 140, green value is 103 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8c67aa hue: 0.76 , saturation: 0.28 and the lightness value of 8c67aa is 0.54.

The process color (four color CMYK) of #8c67aa color hex is 0.18, 0.39, 0.00, 0.33. Web safe color of #8c67aa is #996699. Color #8c67aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01100111 10101010
Octal 214 147 252
Decimal 140 103 170
Hex 8C 67 AA

RGB Percentages of Color #8c67aa

%33.90
%24.94
%41.16

CMYK Percentages of Color #8c67aa

%18
%39
%0
%33

Triadic Colors of #8c67aa

#8c67aa #aa8c67 #67aa8c

Analogous Colors of #8c67aa

#8c67aa #aa67a7 #6b67aa

Monochromatic Colors of #8c67aa

#8c67aa

Complementary Color

#8c67aa #85aa67

#8c67aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c67aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c67aa Color CSS Codes

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

#8c67aa Text Font Color

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

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


#8c67aa Background Color

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

This div background color is #8c67aa


#8c67aa Border Color

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

This div border color is #8c67aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,103,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c67aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c67aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8c67aa;
  box-shadow:         1px 1px 3px 2px #8c67aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,103,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c67aa


Comments

No comments written yet.

Please login to write comment.