Color Hex Logo

#8a6ece Color Hex

#8A6ECE
(138,110,206)
1 Favorites   0 Comments

Color spaces of #8a6ece

RGB 138110206
HSL0.720.490.62
HSV258°47°81°
CMYK 0.330.470.00   0.19
XYZ27.197721.011461.0146
Yxy21.01140.24900.1924
Hunter Lab45.838225.6946-46.8334
CIE-Lab52.962032.2343-45.9876

#8a6ece color RGB value is (138,110,206).

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

The process color (four color CMYK) of #8a6ece color hex is 0.33, 0.47, 0.00, 0.19. Web safe color of #8a6ece is #9966cc. Color #8a6ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01101110 11001110
Octal 212 156 316
Decimal 138 110 206
Hex 8A 6E CE

RGB Percentages of Color #8a6ece

%30.40
%24.23
%45.37

CMYK Percentages of Color #8a6ece

%33
%47
%0
%19

Triadic Colors of #8a6ece

#8a6ece #ce8a6e #6ece8a

Analogous Colors of #8a6ece

#8a6ece #ba6ece #6e82ce

Monochromatic Colors of #8a6ece

#8a6ece

Complementary Color

#8a6ece #b2ce6e

#8a6ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a6ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a6ece Color CSS Codes

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

#8a6ece Text Font Color

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

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


#8a6ece Background Color

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

This div background color is #8a6ece


#8a6ece Border Color

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

This div border color is #8a6ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a6ece


Comments

No comments written yet.

Please login to write comment.