Color Hex Logo

#a440df Color Hex

#A440DF
(164,64,223)
0 Favorites   0 Comments

Color spaces of #a440df

RGB 16464223
HSL0.770.710.56
HSV278°71°87°
CMYK 0.260.710.00   0.13
XYZ30.462516.887071.4660
Yxy16.88700.25640.1421
Hunter Lab41.093860.4065-74.3453
CIE-Lab48.117365.8051-63.2635

#a440df color RGB value is (164,64,223).

#a440df hex color red value is 164, green value is 64 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a440df hue: 0.77 , saturation: 0.71 and the lightness value of a440df is 0.56.

The process color (four color CMYK) of #a440df color hex is 0.26, 0.71, 0.00, 0.13. Web safe color of #a440df is #9933cc. Color #a440df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000000 11011111
Octal 244 100 337
Decimal 164 64 223
Hex A4 40 DF

RGB Percentages of Color #a440df

%36.36
%14.19
%49.45

CMYK Percentages of Color #a440df

%26
%71
%0
%13

Triadic Colors of #a440df

#a440df #dfa440 #40dfa4

Analogous Colors of #a440df

#a440df #df40cb #5540df

Monochromatic Colors of #a440df

#a440df

Complementary Color

#a440df #7bdf40

#a440df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a440df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a440df Color CSS Codes

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

#a440df Text Font Color

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

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


#a440df Background Color

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

This div background color is #a440df


#a440df Border Color

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

This div border color is #a440df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a440df


Comments

No comments written yet.

Please login to write comment.