Color Hex Logo

#a571ca Color Hex

#A571CA
(165,113,202)
0 Favorites   0 Comments

Color spaces of #a571ca

RGB 165113202
HSL0.760.460.62
HSV275°44°79°
CMYK 0.180.440.00   0.21
XYZ32.082824.073958.8329
Yxy24.07390.27900.2094
Hunter Lab49.065230.8538-36.7477
CIE-Lab56.161737.0934-38.4816

#a571ca color RGB value is (165,113,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110001 11001010
Octal 245 161 312
Decimal 165 113 202
Hex A5 71 CA

RGB Percentages of Color #a571ca

%34.38
%23.54
%42.08

CMYK Percentages of Color #a571ca

%18
%44
%0
%21

Triadic Colors of #a571ca

#a571ca #caa571 #71caa5

Analogous Colors of #a571ca

#a571ca #ca71c3 #7971ca

Monochromatic Colors of #a571ca

#a571ca

Complementary Color

#a571ca #96ca71

#a571ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a571ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a571ca Color CSS Codes

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

#a571ca Text Font Color

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

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


#a571ca Background Color

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

This div background color is #a571ca


#a571ca Border Color

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

This div border color is #a571ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a571ca


Comments

No comments written yet.

Please login to write comment.