Color Hex Logo

#a064cf Color Hex

#A064CF
(160,100,207)
0 Favorites   0 Comments

Color spaces of #a064cf

RGB 160100207
HSL0.760.530.60
HSV274°52°81°
CMYK 0.230.520.00   0.19
XYZ30.316921.092961.5050
Yxy21.09290.26850.1868
Hunter Lab45.927037.4575-47.2517
CIE-Lab53.051043.9933-46.2747

#a064cf color RGB value is (160,100,207).

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

The process color (four color CMYK) of #a064cf color hex is 0.23, 0.52, 0.00, 0.19. Web safe color of #a064cf is #9966cc. Color #a064cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 11001111
Octal 240 144 317
Decimal 160 100 207
Hex A0 64 CF

RGB Percentages of Color #a064cf

%34.26
%21.41
%44.33

CMYK Percentages of Color #a064cf

%23
%52
%0
%19

Triadic Colors of #a064cf

#a064cf #cfa064 #64cfa0

Analogous Colors of #a064cf

#a064cf #cf64c9 #6b64cf

Monochromatic Colors of #a064cf

#a064cf

Complementary Color

#a064cf #93cf64

#a064cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a064cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a064cf Color CSS Codes

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

#a064cf Text Font Color

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

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


#a064cf Background Color

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

This div background color is #a064cf


#a064cf Border Color

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

This div border color is #a064cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a064cf


Comments

No comments written yet.

Please login to write comment.