Color Hex Logo

#a577cf Color Hex

#A577CF
(165,119,207)
0 Favorites   0 Comments

Color spaces of #a577cf

RGB 165119207
HSL0.750.480.64
HSV271°43°81°
CMYK 0.200.430.00   0.19
XYZ33.376425.698062.2326
Yxy25.69800.27510.2118
Hunter Lab50.693228.8113-37.3011
CIE-Lab57.749334.8679-38.8236

#a577cf color RGB value is (165,119,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110111 11001111
Octal 245 167 317
Decimal 165 119 207
Hex A5 77 CF

RGB Percentages of Color #a577cf

%33.60
%24.24
%42.16

CMYK Percentages of Color #a577cf

%20
%43
%0
%19

Triadic Colors of #a577cf

#a577cf #cfa577 #77cfa5

Analogous Colors of #a577cf

#a577cf #cf77cd #7977cf

Monochromatic Colors of #a577cf

#a577cf

Complementary Color

#a577cf #a1cf77

#a577cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a577cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a577cf Color CSS Codes

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

#a577cf Text Font Color

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

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


#a577cf Background Color

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

This div background color is #a577cf


#a577cf Border Color

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

This div border color is #a577cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a577cf


Comments

No comments written yet.

Please login to write comment.