Color Hex Logo

#a069ed Color Hex

#A069ED
(160,105,237)
0 Favorites   0 Comments

Color spaces of #a069ed

RGB 160105237
HSL0.740.790.67
HSV265°56°93°
CMYK 0.320.560.00   0.07
XYZ34.834823.691282.8576
Yxy23.69120.24640.1676
Hunter Lab48.673642.5703-66.8585
CIE-Lab55.777348.4327-58.8405

#a069ed color RGB value is (160,105,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101001 11101101
Octal 240 151 355
Decimal 160 105 237
Hex A0 69 ED

RGB Percentages of Color #a069ed

%31.87
%20.92
%47.21

CMYK Percentages of Color #a069ed

%32
%56
%0
%7

Triadic Colors of #a069ed

#a069ed #eda069 #69eda0

Analogous Colors of #a069ed

#a069ed #e269ed #6974ed

Monochromatic Colors of #a069ed

#a069ed

Complementary Color

#a069ed #b6ed69

#a069ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a069ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a069ed Color CSS Codes

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

#a069ed Text Font Color

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

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


#a069ed Background Color

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

This div background color is #a069ed


#a069ed Border Color

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

This div border color is #a069ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a069ed


Comments

No comments written yet.

Please login to write comment.