Color Hex Logo

#a576de Color Hex

#A576DE
(165,118,222)
0 Favorites   0 Comments

Color spaces of #a576de

RGB 165118222
HSL0.740.610.67
HSV267°47°87°
CMYK 0.260.470.00   0.13
XYZ35.180326.230172.3160
Yxy26.23010.26310.1961
Hunter Lab51.215332.9865-47.8667
CIE-Lab58.254838.9328-46.4715

#a576de color RGB value is (165,118,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110110 11011110
Octal 245 166 336
Decimal 165 118 222
Hex A5 76 DE

RGB Percentages of Color #a576de

%32.67
%23.37
%43.96

CMYK Percentages of Color #a576de

%26
%47
%0
%13

Triadic Colors of #a576de

#a576de #dea576 #76dea5

Analogous Colors of #a576de

#a576de #d976de #767bde

Monochromatic Colors of #a576de

#a576de

Complementary Color

#a576de #afde76

#a576de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a576de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a576de Color CSS Codes

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

#a576de Text Font Color

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

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


#a576de Background Color

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

This div background color is #a576de


#a576de Border Color

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

This div border color is #a576de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a576de


Comments

No comments written yet.

Please login to write comment.