Color Hex Logo

#a06edf Color Hex

#A06EDF
(160,110,223)
0 Favorites   0 Comments

Color spaces of #a06edf

RGB 160110223
HSL0.740.640.65
HSV267°51°87°
CMYK 0.280.510.00   0.13
XYZ33.392423.953272.6755
Yxy23.95320.25680.1842
Hunter Lab48.942036.1394-53.7822
CIE-Lab56.040942.2879-50.5773

#a06edf color RGB value is (160,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101110 11011111
Octal 240 156 337
Decimal 160 110 223
Hex A0 6E DF

RGB Percentages of Color #a06edf

%32.45
%22.31
%45.23

CMYK Percentages of Color #a06edf

%28
%51
%0
%13

Triadic Colors of #a06edf

#a06edf #dfa06e #6edfa0

Analogous Colors of #a06edf

#a06edf #d96edf #6e75df

Monochromatic Colors of #a06edf

#a06edf

Complementary Color

#a06edf #addf6e

#a06edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06edf Color CSS Codes

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

#a06edf Text Font Color

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

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


#a06edf Background Color

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

This div background color is #a06edf


#a06edf Border Color

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

This div border color is #a06edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06edf


Comments

No comments written yet.

Please login to write comment.