Color Hex Logo

#a070de Color Hex

#A070DE
(160,112,222)
0 Favorites   0 Comments

Color spaces of #a070de

RGB 160112222
HSL0.740.630.65
HSV266°50°87°
CMYK 0.280.500.00   0.13
XYZ33.476224.335972.0401
Yxy24.33590.25780.1874
Hunter Lab49.331434.7997-52.0509
CIE-Lab56.422540.9378-49.4084

#a070de color RGB value is (160,112,222).

#a070de hex color red value is 160, green value is 112 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a070de hue: 0.74 , saturation: 0.63 and the lightness value of a070de is 0.65.

The process color (four color CMYK) of #a070de color hex is 0.28, 0.50, 0.00, 0.13. Web safe color of #a070de is #9966cc. Color #a070de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110000 11011110
Octal 240 160 336
Decimal 160 112 222
Hex A0 70 DE

RGB Percentages of Color #a070de

%32.39
%22.67
%44.94

CMYK Percentages of Color #a070de

%28
%50
%0
%13

Triadic Colors of #a070de

#a070de #dea070 #70dea0

Analogous Colors of #a070de

#a070de #d770de #7077de

Monochromatic Colors of #a070de

#a070de

Complementary Color

#a070de #aede70

#a070de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a070de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a070de Color CSS Codes

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

#a070de Text Font Color

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

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


#a070de Background Color

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

This div background color is #a070de


#a070de Border Color

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

This div border color is #a070de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a070de


Comments

No comments written yet.

Please login to write comment.