Color Hex Logo

#a044fd Color Hex

#A044FD
(160,68,253)
0 Favorites   0 Comments

Color spaces of #a044fd

RGB 16068253
HSL0.750.980.63
HSV270°73°99°
CMYK 0.370.730.00   0.01
XYZ34.293918.699794.7304
Yxy18.69970.23210.1266
Hunter Lab43.243165.8836-99.6132
CIE-Lab50.334070.0334-76.5606

#a044fd color RGB value is (160,68,253).

#a044fd hex color red value is 160, green value is 68 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a044fd hue: 0.75 , saturation: 0.98 and the lightness value of a044fd is 0.63.

The process color (four color CMYK) of #a044fd color hex is 0.37, 0.73, 0.00, 0.01. Web safe color of #a044fd is #9933ff. Color #a044fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000100 11111101
Octal 240 104 375
Decimal 160 68 253
Hex A0 44 FD

RGB Percentages of Color #a044fd

%33.26
%14.14
%52.60

CMYK Percentages of Color #a044fd

%37
%73
%0
%1

Triadic Colors of #a044fd

#a044fd #fda044 #44fda0

Analogous Colors of #a044fd

#a044fd #fd44fd #4445fd

Monochromatic Colors of #a044fd

#a044fd

Complementary Color

#a044fd #a1fd44

#a044fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a044fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a044fd Color CSS Codes

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

#a044fd Text Font Color

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

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


#a044fd Background Color

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

This div background color is #a044fd


#a044fd Border Color

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

This div border color is #a044fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,68,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a044fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a044fd;
  -webkit-box-shadow: 1px 1px 3px 2px #a044fd;
  box-shadow:         1px 1px 3px 2px #a044fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,68,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a044fd


Comments

No comments written yet.

Please login to write comment.