Color Hex Logo

#a069ee Color Hex

#A069EE
(160,105,238)
0 Favorites   0 Comments

Color spaces of #a069ee

RGB 160105238
HSL0.740.800.67
HSV265°56°93°
CMYK 0.330.560.00   0.07
XYZ34.981423.749883.6294
Yxy23.74980.24570.1668
Hunter Lab48.733842.8443-67.6307
CIE-Lab55.836448.6791-59.3037

#a069ee color RGB value is (160,105,238).

#a069ee hex color red value is 160, green value is 105 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a069ee hue: 0.74 , saturation: 0.80 and the lightness value of a069ee is 0.67.

The process color (four color CMYK) of #a069ee color hex is 0.33, 0.56, 0.00, 0.07. Web safe color of #a069ee is #9966ff. Color #a069ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101001 11101110
Octal 240 151 356
Decimal 160 105 238
Hex A0 69 EE

RGB Percentages of Color #a069ee

%31.81
%20.87
%47.32

CMYK Percentages of Color #a069ee

%33
%56
%0
%7

Triadic Colors of #a069ee

#a069ee #eea069 #69eea0

Analogous Colors of #a069ee

#a069ee #e369ee #6975ee

Monochromatic Colors of #a069ee

#a069ee

Complementary Color

#a069ee #b7ee69

#a069ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a069ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a069ee Color CSS Codes

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

#a069ee Text Font Color

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

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


#a069ee Background Color

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

This div background color is #a069ee


#a069ee Border Color

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

This div border color is #a069ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a069ee


Comments

No comments written yet.

Please login to write comment.