Color Hex Logo

#a41fdb Color Hex

#A41FDB
(164,31,219)
0 Favorites   0 Comments

Color spaces of #a41fdb

RGB 16431219
HSL0.780.750.49
HSV282°86°86°
CMYK 0.250.860.00   0.14
XYZ28.586013.987068.2109
Yxy13.98700.25800.1263
Hunter Lab37.399270.9875-81.9572
CIE-Lab44.214375.4533-67.3130

#a41fdb color RGB value is (164,31,219).

#a41fdb hex color red value is 164, green value is 31 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a41fdb hue: 0.78 , saturation: 0.75 and the lightness value of a41fdb is 0.49.

The process color (four color CMYK) of #a41fdb color hex is 0.25, 0.86, 0.00, 0.14. Web safe color of #a41fdb is #9933cc. Color #a41fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011111 11011011
Octal 244 37 333
Decimal 164 31 219
Hex A4 1F DB

RGB Percentages of Color #a41fdb

%39.61
%7.49
%52.90

CMYK Percentages of Color #a41fdb

%25
%86
%0
%14

Triadic Colors of #a41fdb

#a41fdb #dba41f #1fdba4

Analogous Colors of #a41fdb

#a41fdb #db1fb4 #461fdb

Monochromatic Colors of #a41fdb

#a41fdb

Complementary Color

#a41fdb #56db1f

#a41fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41fdb Color CSS Codes

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

#a41fdb Text Font Color

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

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


#a41fdb Background Color

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

This div background color is #a41fdb


#a41fdb Border Color

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

This div border color is #a41fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41fdb


Comments

No comments written yet.

Please login to write comment.