Color Hex Logo

#a577ce Color Hex

#A577CE
(165,119,206)
0 Favorites   0 Comments

Color spaces of #a577ce

RGB 165119206
HSL0.750.470.64
HSV272°42°81°
CMYK 0.200.420.00   0.19
XYZ33.254525.649261.5906
Yxy25.64920.27600.2129
Hunter Lab50.645028.5777-36.6524
CIE-Lab57.702634.6393-38.3314

#a577ce color RGB value is (165,119,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110111 11001110
Octal 245 167 316
Decimal 165 119 206
Hex A5 77 CE

RGB Percentages of Color #a577ce

%33.67
%24.29
%42.04

CMYK Percentages of Color #a577ce

%20
%42
%0
%19

Triadic Colors of #a577ce

#a577ce #cea577 #77cea5

Analogous Colors of #a577ce

#a577ce #ce77cc #7a77ce

Monochromatic Colors of #a577ce

#a577ce

Complementary Color

#a577ce #a0ce77

#a577ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a577ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a577ce Color CSS Codes

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

#a577ce Text Font Color

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

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


#a577ce Background Color

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

This div background color is #a577ce


#a577ce Border Color

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

This div border color is #a577ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a577ce


Comments

No comments written yet.

Please login to write comment.