Color Hex Logo

#a870ea Color Hex

#A870EA
(168,112,234)
0 Favorites   0 Comments

Color spaces of #a870ea

RGB 168112234
HSL0.740.740.68
HSV268°52°92°
CMYK 0.280.520.00   0.08
XYZ36.793925.853780.8929
Yxy25.85370.25630.1801
Hunter Lab50.846540.1859-58.7332
CIE-Lab57.897945.8779-53.7294

#a870ea color RGB value is (168,112,234).

#a870ea hex color red value is 168, green value is 112 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a870ea hue: 0.74 , saturation: 0.74 and the lightness value of a870ea is 0.68.

The process color (four color CMYK) of #a870ea color hex is 0.28, 0.52, 0.00, 0.08. Web safe color of #a870ea is #9966ff. Color #a870ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110000 11101010
Octal 250 160 352
Decimal 168 112 234
Hex A8 70 EA

RGB Percentages of Color #a870ea

%32.68
%21.79
%45.53

CMYK Percentages of Color #a870ea

%28
%52
%0
%8

Triadic Colors of #a870ea

#a870ea #eaa870 #70eaa8

Analogous Colors of #a870ea

#a870ea #e570ea #7075ea

Monochromatic Colors of #a870ea

#a870ea

Complementary Color

#a870ea #b2ea70

#a870ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a870ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a870ea Color CSS Codes

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

#a870ea Text Font Color

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

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


#a870ea Background Color

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

This div background color is #a870ea


#a870ea Border Color

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

This div border color is #a870ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,112,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a870ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a870ea;
  -webkit-box-shadow: 1px 1px 3px 2px #a870ea;
  box-shadow:         1px 1px 3px 2px #a870ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,112,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a870ea


Comments

No comments written yet.

Please login to write comment.