Color Hex Logo

#8a6ec6 Color Hex

#8A6EC6
(138,110,198)
0 Favorites   0 Comments

Color spaces of #8a6ec6

RGB 138110198
HSL0.720.440.60
HSV259°44°78°
CMYK 0.300.440.00   0.22
XYZ26.250220.632456.0250
Yxy20.63240.25510.2005
Hunter Lab45.422923.6663-41.3328
CIE-Lab52.544830.1610-42.0838

#8a6ec6 color RGB value is (138,110,198).

#8a6ec6 hex color red value is 138, green value is 110 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #8a6ec6 hue: 0.72 , saturation: 0.44 and the lightness value of 8a6ec6 is 0.60.

The process color (four color CMYK) of #8a6ec6 color hex is 0.30, 0.44, 0.00, 0.22. Web safe color of #8a6ec6 is #9966cc. Color #8a6ec6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01101110 11000110
Octal 212 156 306
Decimal 138 110 198
Hex 8A 6E C6

RGB Percentages of Color #8a6ec6

%30.94
%24.66
%44.39

CMYK Percentages of Color #8a6ec6

%30
%44
%0
%22

Triadic Colors of #8a6ec6

#8a6ec6 #c68a6e #6ec68a

Analogous Colors of #8a6ec6

#8a6ec6 #b66ec6 #6e7ec6

Monochromatic Colors of #8a6ec6

#8a6ec6

Complementary Color

#8a6ec6 #aac66e

#8a6ec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a6ec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a6ec6 Color CSS Codes

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

#8a6ec6 Text Font Color

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

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


#8a6ec6 Background Color

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

This div background color is #8a6ec6


#8a6ec6 Border Color

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

This div border color is #8a6ec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a6ec6


Comments

No comments written yet.

Please login to write comment.