Color Hex Logo

#a417db Color Hex

#A417DB
(164,23,219)
0 Favorites   0 Comments

Color spaces of #a417db

RGB 16423219
HSL0.790.810.47
HSV283°89°86°
CMYK 0.250.890.00   0.14
XYZ28.402413.619868.1497
Yxy13.61980.25780.1236
Hunter Lab36.905072.7913-83.6529
CIE-Lab43.682777.0260-68.1783

#a417db color RGB value is (164,23,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010111 11011011
Octal 244 27 333
Decimal 164 23 219
Hex A4 17 DB

RGB Percentages of Color #a417db

%40.39
%5.67
%53.94

CMYK Percentages of Color #a417db

%25
%89
%0
%14

Triadic Colors of #a417db

#a417db #dba417 #17dba4

Analogous Colors of #a417db

#a417db #db17b0 #4217db

Monochromatic Colors of #a417db

#a417db

Complementary Color

#a417db #4edb17

#a417db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a417db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a417db Color CSS Codes

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

#a417db Text Font Color

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

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


#a417db Background Color

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

This div background color is #a417db


#a417db Border Color

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

This div border color is #a417db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a417db


Comments

No comments written yet.

Please login to write comment.