Color Hex Logo

#a066ce Color Hex

#A066CE
(160,102,206)
0 Favorites   0 Comments

Color spaces of #a066ce

RGB 160102206
HSL0.760.510.60
HSV273°50°81°
CMYK 0.220.500.00   0.19
XYZ30.389221.432660.9277
Yxy21.43260.26950.1901
Hunter Lab46.295436.1541-45.6227
CIE-Lab53.419742.6753-45.1200

#a066ce color RGB value is (160,102,206).

#a066ce hex color red value is 160, green value is 102 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a066ce hue: 0.76 , saturation: 0.51 and the lightness value of a066ce is 0.60.

The process color (four color CMYK) of #a066ce color hex is 0.22, 0.50, 0.00, 0.19. Web safe color of #a066ce is #9966cc. Color #a066ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100110 11001110
Octal 240 146 316
Decimal 160 102 206
Hex A0 66 CE

RGB Percentages of Color #a066ce

%34.19
%21.79
%44.02

CMYK Percentages of Color #a066ce

%22
%50
%0
%19

Triadic Colors of #a066ce

#a066ce #cea066 #66cea0

Analogous Colors of #a066ce

#a066ce #ce66c8 #6c66ce

Monochromatic Colors of #a066ce

#a066ce

Complementary Color

#a066ce #94ce66

#a066ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a066ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a066ce Color CSS Codes

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

#a066ce Text Font Color

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

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


#a066ce Background Color

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

This div background color is #a066ce


#a066ce Border Color

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

This div border color is #a066ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a066ce


Comments

No comments written yet.

Please login to write comment.