Color Hex Logo

#a575cc Color Hex

#A575CC
(165,117,204)
0 Favorites   0 Comments

Color spaces of #a575cc

RGB 165117204
HSL0.760.460.63
HSV273°43°80°
CMYK 0.190.430.00   0.20
XYZ32.777425.081560.2404
Yxy25.08150.27750.2124
Hunter Lab50.081429.1825-36.2599
CIE-Lab57.154735.3075-38.0583

#a575cc color RGB value is (165,117,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110101 11001100
Octal 245 165 314
Decimal 165 117 204
Hex A5 75 CC

RGB Percentages of Color #a575cc

%33.95
%24.07
%41.98

CMYK Percentages of Color #a575cc

%19
%43
%0
%20

Triadic Colors of #a575cc

#a575cc #cca575 #75cca5

Analogous Colors of #a575cc

#a575cc #cc75c8 #7a75cc

Monochromatic Colors of #a575cc

#a575cc

Complementary Color

#a575cc #9ccc75

#a575cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a575cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a575cc Color CSS Codes

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

#a575cc Text Font Color

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

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


#a575cc Background Color

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

This div background color is #a575cc


#a575cc Border Color

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

This div border color is #a575cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a575cc


Comments

No comments written yet.

Please login to write comment.