Color Hex Logo

#a571cc Color Hex

#A571CC
(165,113,204)
0 Favorites   0 Comments

Color spaces of #a571cc

RGB 165113204
HSL0.760.470.62
HSV274°45°80°
CMYK 0.190.450.00   0.20
XYZ32.321324.169260.0884
Yxy24.16920.27720.2073
Hunter Lab49.162231.3196-38.0536
CIE-Lab56.256837.5440-39.4683

#a571cc color RGB value is (165,113,204).

#a571cc hex color red value is 165, green value is 113 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a571cc hue: 0.76 , saturation: 0.47 and the lightness value of a571cc is 0.62.

The process color (four color CMYK) of #a571cc color hex is 0.19, 0.45, 0.00, 0.20. Web safe color of #a571cc is #9966cc. Color #a571cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110001 11001100
Octal 245 161 314
Decimal 165 113 204
Hex A5 71 CC

RGB Percentages of Color #a571cc

%34.23
%23.44
%42.32

CMYK Percentages of Color #a571cc

%19
%45
%0
%20

Triadic Colors of #a571cc

#a571cc #cca571 #71cca5

Analogous Colors of #a571cc

#a571cc #cc71c6 #7871cc

Monochromatic Colors of #a571cc

#a571cc

Complementary Color

#a571cc #98cc71

#a571cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a571cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a571cc Color CSS Codes

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

#a571cc Text Font Color

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

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


#a571cc Background Color

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

This div background color is #a571cc


#a571cc Border Color

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

This div border color is #a571cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,113,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a571cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a571cc;
  -webkit-box-shadow: 1px 1px 3px 2px #a571cc;
  box-shadow:         1px 1px 3px 2px #a571cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,113,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a571cc


Comments

No comments written yet.

Please login to write comment.