Color Hex Logo

#a06dca Color Hex

#A06DCA
(160,109,202)
0 Favorites   0 Comments

Color spaces of #a06dca

RGB 160109202
HSL0.760.470.61
HSV273°46°79°
CMYK 0.210.460.00   0.21
XYZ30.626522.675158.6397
Yxy22.67510.27360.2026
Hunter Lab47.618431.4729-39.6799
CIE-Lab54.736137.8890-40.7611

#a06dca color RGB value is (160,109,202).

#a06dca hex color red value is 160, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a06dca hue: 0.76 , saturation: 0.47 and the lightness value of a06dca is 0.61.

The process color (four color CMYK) of #a06dca color hex is 0.21, 0.46, 0.00, 0.21. Web safe color of #a06dca is #9966cc. Color #a06dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101101 11001010
Octal 240 155 312
Decimal 160 109 202
Hex A0 6D CA

RGB Percentages of Color #a06dca

%33.97
%23.14
%42.89

CMYK Percentages of Color #a06dca

%21
%46
%0
%21

Triadic Colors of #a06dca

#a06dca #caa06d #6dcaa0

Analogous Colors of #a06dca

#a06dca #ca6dc6 #726dca

Monochromatic Colors of #a06dca

#a06dca

Complementary Color

#a06dca #97ca6d

#a06dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06dca Color CSS Codes

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

#a06dca Text Font Color

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

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


#a06dca Background Color

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

This div background color is #a06dca


#a06dca Border Color

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

This div border color is #a06dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06dca


Comments

No comments written yet.

Please login to write comment.