Color Hex Logo

#a475df Color Hex

#A475DF
(164,117,223)
0 Favorites   0 Comments

Color spaces of #a475df

RGB 164117223
HSL0.740.620.67
HSV267°48°87°
CMYK 0.260.480.00   0.13
XYZ34.990425.942872.9753
Yxy25.94280.26130.1937
Hunter Lab50.934133.4903-49.2933
CIE-Lab57.982739.4585-47.4693

#a475df color RGB value is (164,117,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110101 11011111
Octal 244 165 337
Decimal 164 117 223
Hex A4 75 DF

RGB Percentages of Color #a475df

%32.54
%23.21
%44.25

CMYK Percentages of Color #a475df

%26
%48
%0
%13

Triadic Colors of #a475df

#a475df #dfa475 #75dfa4

Analogous Colors of #a475df

#a475df #d975df #757bdf

Monochromatic Colors of #a475df

#a475df

Complementary Color

#a475df #b0df75

#a475df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a475df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a475df Color CSS Codes

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

#a475df Text Font Color

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

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


#a475df Background Color

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

This div background color is #a475df


#a475df Border Color

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

This div border color is #a475df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a475df


Comments

No comments written yet.

Please login to write comment.