Color Hex Logo

#a06cda Color Hex

#A06CDA
(160,108,218)
0 Favorites   0 Comments

Color spaces of #a06cda

RGB 160108218
HSL0.750.600.64
HSV268°50°85°
CMYK 0.270.500.00   0.15
XYZ32.514723.260769.1057
Yxy23.26070.26040.1863
Hunter Lab48.229335.9377-51.1935
CIE-Lab55.339942.1911-48.8760

#a06cda color RGB value is (160,108,218).

#a06cda hex color red value is 160, green value is 108 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a06cda hue: 0.75 , saturation: 0.60 and the lightness value of a06cda is 0.64.

The process color (four color CMYK) of #a06cda color hex is 0.27, 0.50, 0.00, 0.15. Web safe color of #a06cda is #9966cc. Color #a06cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101100 11011010
Octal 240 154 332
Decimal 160 108 218
Hex A0 6C DA

RGB Percentages of Color #a06cda

%32.92
%22.22
%44.86

CMYK Percentages of Color #a06cda

%27
%50
%0
%15

Triadic Colors of #a06cda

#a06cda #daa06c #6cdaa0

Analogous Colors of #a06cda

#a06cda #d76cda #6c6fda

Monochromatic Colors of #a06cda

#a06cda

Complementary Color

#a06cda #a6da6c

#a06cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06cda Color CSS Codes

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

#a06cda Text Font Color

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

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


#a06cda Background Color

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

This div background color is #a06cda


#a06cda Border Color

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

This div border color is #a06cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06cda


Comments

No comments written yet.

Please login to write comment.