Color Hex Logo

#a578ce Color Hex

#A578CE
(165,120,206)
0 Favorites   0 Comments

Color spaces of #a578ce

RGB 165120206
HSL0.750.470.64
HSV271°42°81°
CMYK 0.200.420.00   0.19
XYZ33.374125.888561.6305
Yxy25.88850.27610.2141
Hunter Lab50.880728.0418-36.1999
CIE-Lab57.931134.0762-37.9732

#a578ce color RGB value is (165,120,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111000 11001110
Octal 245 170 316
Decimal 165 120 206
Hex A5 78 CE

RGB Percentages of Color #a578ce

%33.60
%24.44
%41.96

CMYK Percentages of Color #a578ce

%20
%42
%0
%19

Triadic Colors of #a578ce

#a578ce #cea578 #78cea5

Analogous Colors of #a578ce

#a578ce #ce78cc #7a78ce

Monochromatic Colors of #a578ce

#a578ce

Complementary Color

#a578ce #a1ce78

#a578ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a578ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a578ce Color CSS Codes

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

#a578ce Text Font Color

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

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


#a578ce Background Color

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

This div background color is #a578ce


#a578ce Border Color

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

This div border color is #a578ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a578ce


Comments

No comments written yet.

Please login to write comment.