Color Hex Logo

#a578cc Color Hex

#A578CC
(165,120,204)
0 Favorites   0 Comments

Color spaces of #a578cc

RGB 165120204
HSL0.760.450.64
HSV272°41°80°
CMYK 0.190.410.00   0.20
XYZ33.132625.791960.3588
Yxy25.79190.27780.2162
Hunter Lab50.785727.5784-34.9161
CIE-Lab57.839033.6202-36.9861

#a578cc color RGB value is (165,120,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111000 11001100
Octal 245 170 314
Decimal 165 120 204
Hex A5 78 CC

RGB Percentages of Color #a578cc

%33.74
%24.54
%41.72

CMYK Percentages of Color #a578cc

%19
%41
%0
%20

Triadic Colors of #a578cc

#a578cc #cca578 #78cca5

Analogous Colors of #a578cc

#a578cc #cc78c9 #7b78cc

Monochromatic Colors of #a578cc

#a578cc

Complementary Color

#a578cc #9fcc78

#a578cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a578cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a578cc Color CSS Codes

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

#a578cc Text Font Color

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

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


#a578cc Background Color

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

This div background color is #a578cc


#a578cc Border Color

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

This div border color is #a578cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a578cc


Comments

No comments written yet.

Please login to write comment.