Color Hex Logo

#a06ddf Color Hex

#A06DDF
(160,109,223)
0 Favorites   0 Comments

Color spaces of #a06ddf

RGB 160109223
HSL0.740.640.65
HSV267°51°87°
CMYK 0.280.510.00   0.13
XYZ33.285123.738672.6397
Yxy23.73860.25670.1831
Hunter Lab48.722336.6800-54.2895
CIE-Lab55.825142.8397-50.9206

#a06ddf color RGB value is (160,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101101 11011111
Octal 240 155 337
Decimal 160 109 223
Hex A0 6D DF

RGB Percentages of Color #a06ddf

%32.52
%22.15
%45.33

CMYK Percentages of Color #a06ddf

%28
%51
%0
%13

Triadic Colors of #a06ddf

#a06ddf #dfa06d #6ddfa0

Analogous Colors of #a06ddf

#a06ddf #d96ddf #6d73df

Monochromatic Colors of #a06ddf

#a06ddf

Complementary Color

#a06ddf #acdf6d

#a06ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06ddf Color CSS Codes

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

#a06ddf Text Font Color

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

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


#a06ddf Background Color

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

This div background color is #a06ddf


#a06ddf Border Color

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

This div border color is #a06ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,109,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 #a06ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06ddf


Comments

No comments written yet.

Please login to write comment.