Color Hex Logo

#a576df Color Hex

#A576DF
(165,118,223)
0 Favorites   0 Comments

Color spaces of #a576df

RGB 165118223
HSL0.740.620.67
HSV267°47°87°
CMYK 0.260.470.00   0.13
XYZ35.314826.283973.0240
Yxy26.28390.26230.1952
Hunter Lab51.267833.2374-48.5630
CIE-Lab58.305639.1710-46.9517

#a576df color RGB value is (165,118,223).

#a576df hex color red value is 165, green value is 118 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a576df hue: 0.74 , saturation: 0.62 and the lightness value of a576df is 0.67.

The process color (four color CMYK) of #a576df color hex is 0.26, 0.47, 0.00, 0.13. Web safe color of #a576df is #9966cc. Color #a576df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110110 11011111
Octal 245 166 337
Decimal 165 118 223
Hex A5 76 DF

RGB Percentages of Color #a576df

%32.61
%23.32
%44.07

CMYK Percentages of Color #a576df

%26
%47
%0
%13

Triadic Colors of #a576df

#a576df #dfa576 #76dfa5

Analogous Colors of #a576df

#a576df #da76df #767cdf

Monochromatic Colors of #a576df

#a576df

Complementary Color

#a576df #b0df76

#a576df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a576df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a576df Color CSS Codes

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

#a576df Text Font Color

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

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


#a576df Background Color

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

This div background color is #a576df


#a576df Border Color

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

This div border color is #a576df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a576df


Comments

No comments written yet.

Please login to write comment.