Color Hex Logo

#a474df Color Hex

#A474DF
(164,116,223)
0 Favorites   0 Comments

Color spaces of #a474df

RGB 164116223
HSL0.740.630.66
HSV267°48°87°
CMYK 0.260.480.00   0.13
XYZ34.874525.711072.9367
Yxy25.71100.26120.1926
Hunter Lab50.706034.0329-49.7899
CIE-Lab57.761740.0150-47.8195

#a474df color RGB value is (164,116,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110100 11011111
Octal 244 164 337
Decimal 164 116 223
Hex A4 74 DF

RGB Percentages of Color #a474df

%32.60
%23.06
%44.33

CMYK Percentages of Color #a474df

%26
%48
%0
%13

Triadic Colors of #a474df

#a474df #dfa474 #74dfa4

Analogous Colors of #a474df

#a474df #da74df #747adf

Monochromatic Colors of #a474df

#a474df

Complementary Color

#a474df #afdf74

#a474df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a474df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a474df Color CSS Codes

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

#a474df Text Font Color

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

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


#a474df Background Color

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

This div background color is #a474df


#a474df Border Color

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

This div border color is #a474df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a474df


Comments

No comments written yet.

Please login to write comment.