Color Hex Logo

#a576cf Color Hex

#A576CF
(165,118,207)
0 Favorites   0 Comments

Color spaces of #a576cf

RGB 165118207
HSL0.750.480.64
HSV272°43°81°
CMYK 0.200.430.00   0.19
XYZ33.258025.461262.1931
Yxy25.46120.27510.2106
Hunter Lab50.459129.3474-37.7562
CIE-Lab57.522135.4297-39.1802

#a576cf color RGB value is (165,118,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110110 11001111
Octal 245 166 317
Decimal 165 118 207
Hex A5 76 CF

RGB Percentages of Color #a576cf

%33.67
%24.08
%42.24

CMYK Percentages of Color #a576cf

%20
%43
%0
%19

Triadic Colors of #a576cf

#a576cf #cfa576 #76cfa5

Analogous Colors of #a576cf

#a576cf #cf76cd #7976cf

Monochromatic Colors of #a576cf

#a576cf

Complementary Color

#a576cf #a0cf76

#a576cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a576cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a576cf Color CSS Codes

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

#a576cf Text Font Color

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

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


#a576cf Background Color

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

This div background color is #a576cf


#a576cf Border Color

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

This div border color is #a576cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a576cf


Comments

No comments written yet.

Please login to write comment.