Color Hex Logo

#a04dfd Color Hex

#A04DFD
(160,77,253)
0 Favorites   0 Comments

Color spaces of #a04dfd

RGB 16077253
HSL0.750.980.65
HSV268°70°99°
CMYK 0.370.700.00   0.01
XYZ34.880719.873294.9260
Yxy19.87320.23300.1328
Hunter Lab44.579461.6517-95.0448
CIE-Lab51.693566.1921-74.3478

#a04dfd color RGB value is (160,77,253).

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

The process color (four color CMYK) of #a04dfd color hex is 0.37, 0.70, 0.00, 0.01. Web safe color of #a04dfd is #9966ff. Color #a04dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001101 11111101
Octal 240 115 375
Decimal 160 77 253
Hex A0 4D FD

RGB Percentages of Color #a04dfd

%32.65
%15.71
%51.63

CMYK Percentages of Color #a04dfd

%37
%70
%0
%1

Triadic Colors of #a04dfd

#a04dfd #fda04d #4dfda0

Analogous Colors of #a04dfd

#a04dfd #f84dfd #4d52fd

Monochromatic Colors of #a04dfd

#a04dfd

Complementary Color

#a04dfd #aafd4d

#a04dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04dfd Color CSS Codes

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

#a04dfd Text Font Color

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

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


#a04dfd Background Color

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

This div background color is #a04dfd


#a04dfd Border Color

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

This div border color is #a04dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04dfd


Comments

No comments written yet.

Please login to write comment.