Color Hex Logo

#a475de Color Hex

#A475DE
(164,117,222)
0 Favorites   0 Comments

Color spaces of #a475de

RGB 164117222
HSL0.740.610.66
HSV267°47°87°
CMYK 0.260.470.00   0.13
XYZ34.855925.889072.2672
Yxy25.88900.26210.1946
Hunter Lab50.881233.2382-48.5934
CIE-Lab57.931539.2194-46.9896

#a475de color RGB value is (164,117,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110101 11011110
Octal 244 165 336
Decimal 164 117 222
Hex A4 75 DE

RGB Percentages of Color #a475de

%32.60
%23.26
%44.14

CMYK Percentages of Color #a475de

%26
%47
%0
%13

Triadic Colors of #a475de

#a475de #dea475 #75dea4

Analogous Colors of #a475de

#a475de #d975de #757bde

Monochromatic Colors of #a475de

#a475de

Complementary Color

#a475de #afde75

#a475de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a475de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a475de Color CSS Codes

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

#a475de Text Font Color

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

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


#a475de Background Color

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

This div background color is #a475de


#a475de Border Color

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

This div border color is #a475de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a475de


Comments

No comments written yet.

Please login to write comment.