Color Hex Logo

#a066ca Color Hex

#A066CA
(160,102,202)
0 Favorites   0 Comments

Color spaces of #a066ca

RGB 160102202
HSL0.760.490.60
HSV275°50°79°
CMYK 0.210.500.00   0.21
XYZ29.909221.240658.4006
Yxy21.24060.27300.1939
Hunter Lab46.087535.1871-42.8691
CIE-Lab53.211841.7618-43.1677

#a066ca color RGB value is (160,102,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100110 11001010
Octal 240 146 312
Decimal 160 102 202
Hex A0 66 CA

RGB Percentages of Color #a066ca

%34.48
%21.98
%43.53

CMYK Percentages of Color #a066ca

%21
%50
%0
%21

Triadic Colors of #a066ca

#a066ca #caa066 #66caa0

Analogous Colors of #a066ca

#a066ca #ca66c2 #6e66ca

Monochromatic Colors of #a066ca

#a066ca

Complementary Color

#a066ca #90ca66

#a066ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a066ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a066ca Color CSS Codes

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

#a066ca Text Font Color

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

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


#a066ca Background Color

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

This div background color is #a066ca


#a066ca Border Color

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

This div border color is #a066ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a066ca


Comments

No comments written yet.

Please login to write comment.