Color Hex Logo

#a40fdb Color Hex

#A40FDB
(164,15,219)
0 Favorites   0 Comments

Color spaces of #a40fdb

RGB 16415219
HSL0.790.870.46
HSV284°93°86°
CMYK 0.250.930.00   0.14
XYZ28.266813.348668.1045
Yxy13.34860.25760.1217
Hunter Lab36.535774.1635-84.9446
CIE-Lab43.283978.2121-68.8281

#a40fdb color RGB value is (164,15,219).

#a40fdb hex color red value is 164, green value is 15 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a40fdb hue: 0.79 , saturation: 0.87 and the lightness value of a40fdb is 0.46.

The process color (four color CMYK) of #a40fdb color hex is 0.25, 0.93, 0.00, 0.14. Web safe color of #a40fdb is #9900cc. Color #a40fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001111 11011011
Octal 244 17 333
Decimal 164 15 219
Hex A4 F DB

RGB Percentages of Color #a40fdb

%41.21
%3.77
%55.03

CMYK Percentages of Color #a40fdb

%25
%93
%0
%14

Triadic Colors of #a40fdb

#a40fdb #dba40f #0fdba4

Analogous Colors of #a40fdb

#a40fdb #db0fac #3e0fdb

Monochromatic Colors of #a40fdb

#a40fdb

Complementary Color

#a40fdb #46db0f

#a40fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40fdb Color CSS Codes

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

#a40fdb Text Font Color

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

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


#a40fdb Background Color

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

This div background color is #a40fdb


#a40fdb Border Color

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

This div border color is #a40fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,15,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40fdb


Comments

No comments written yet.

Please login to write comment.