color codes Logo

#a40dfd color codes

#A40DFD
(164,13,253)
0 Favorites   0 Comments

Color spaces of #a40dfd

RGB 16413253
HSL0.770.980.52
HSV278°95°99°
CMYK 0.350.950.00   0.01
XYZ33.183415.272294.1274
Yxy15.27220.23270.1071
Hunter Lab39.079783.1789-115.4503
CIE-Lab46.004884.8095-83.6187

#a40dfd color RGB value is (164,13,253).

#a40dfd hex color red value is 164, green value is 13 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a40dfd hue: 0.77 , saturation: 0.98 and the lightness value of a40dfd is 0.52.

The process color (four color CMYK) of #a40dfd color code is 0.35, 0.95, 0.00, 0.01. Web safe color of #a40dfd is #9900ff. Color #a40dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001101 11111101
Octal 244 15 375
Decimal 164 13 253
Hex A4 D FD

RGB Percentages of Color #a40dfd

%38.14
%3.02
%58.84

CMYK Percentages of Color #a40dfd

%35
%95
%0
%1

Triadic Colors of #a40dfd

#a40dfd #fda40d #0dfda4

Analogous Colors of #a40dfd

#a40dfd #fd0dde #2c0dfd

Monochromatic Colors of #a40dfd

#a40dfd

Complementary Color

#a40dfd #66fd0d

#a40dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40dfd Color CSS Codes

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

#a40dfd Text Font Color

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

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


#a40dfd Background Color

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

This div background color is #a40dfd


#a40dfd Border Color

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

This div border color is #a40dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40dfd


Comments

No comments written yet.

Please login to write comment.