Color Hex Logo

#a415dc Color Hex

#A415DC
(164,21,220)
0 Favorites   0 Comments

Color spaces of #a415dc

RGB 16421220
HSL0.790.830.47
HSV283°90°86°
CMYK 0.250.900.00   0.14
XYZ28.496313.596268.8325
Yxy13.59620.25690.1226
Hunter Lab36.873073.4210-84.8681
CIE-Lab43.648277.5426-68.8073

#a415dc color RGB value is (164,21,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010101 11011100
Octal 244 25 334
Decimal 164 21 220
Hex A4 15 DC

RGB Percentages of Color #a415dc

%40.49
%5.19
%54.32

CMYK Percentages of Color #a415dc

%25
%90
%0
%14

Triadic Colors of #a415dc

#a415dc #dca415 #15dca4

Analogous Colors of #a415dc

#a415dc #dc15b1 #4115dc

Monochromatic Colors of #a415dc

#a415dc

Complementary Color

#a415dc #4ddc15

#a415dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a415dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a415dc Color CSS Codes

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

#a415dc Text Font Color

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

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


#a415dc Background Color

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

This div background color is #a415dc


#a415dc Border Color

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

This div border color is #a415dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a415dc


Comments

No comments written yet.

Please login to write comment.