Color Hex Logo

#a064cd Color Hex

#A064CD
(160,100,205)
0 Favorites   0 Comments

Color spaces of #a064cd

RGB 160100205
HSL0.760.510.60
HSV274°51°80°
CMYK 0.220.510.00   0.20
XYZ30.073820.995760.2251
Yxy20.99570.27020.1886
Hunter Lab45.821136.9683-45.8533
CIE-Lab52.944843.5356-45.3030

#a064cd color RGB value is (160,100,205).

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

The process color (four color CMYK) of #a064cd color hex is 0.22, 0.51, 0.00, 0.20. Web safe color of #a064cd is #9966cc. Color #a064cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 11001101
Octal 240 144 315
Decimal 160 100 205
Hex A0 64 CD

RGB Percentages of Color #a064cd

%34.41
%21.51
%44.09

CMYK Percentages of Color #a064cd

%22
%51
%0
%20

Triadic Colors of #a064cd

#a064cd #cda064 #64cda0

Analogous Colors of #a064cd

#a064cd #cd64c6 #6c64cd

Monochromatic Colors of #a064cd

#a064cd

Complementary Color

#a064cd #91cd64

#a064cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a064cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a064cd Color CSS Codes

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

#a064cd Text Font Color

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

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


#a064cd Background Color

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

This div background color is #a064cd


#a064cd Border Color

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

This div border color is #a064cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a064cd


Comments

No comments written yet.

Please login to write comment.