Color Hex Logo

#a06adf Color Hex

#A06ADF
(160,106,223)
0 Favorites   0 Comments

Color spaces of #a06adf

RGB 160106223
HSL0.740.650.65
HSV268°52°87°
CMYK 0.280.520.00   0.13
XYZ32.970523.109472.5349
Yxy23.10940.25640.1797
Hunter Lab48.072238.2984-55.8105
CIE-Lab55.184844.4857-51.9405

#a06adf color RGB value is (160,106,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101010 11011111
Octal 240 152 337
Decimal 160 106 223
Hex A0 6A DF

RGB Percentages of Color #a06adf

%32.72
%21.68
%45.60

CMYK Percentages of Color #a06adf

%28
%52
%0
%13

Triadic Colors of #a06adf

#a06adf #dfa06a #6adfa0

Analogous Colors of #a06adf

#a06adf #db6adf #6a6fdf

Monochromatic Colors of #a06adf

#a06adf

Complementary Color

#a06adf #a9df6a

#a06adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06adf Color CSS Codes

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

#a06adf Text Font Color

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

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


#a06adf Background Color

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

This div background color is #a06adf


#a06adf Border Color

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

This div border color is #a06adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06adf


Comments

No comments written yet.

Please login to write comment.