Color Hex Logo

#a415ed Color Hex

#A415ED
(164,21,237)
0 Favorites   0 Comments

Color spaces of #a415ed

RGB 16421237
HSL0.780.860.51
HSV280°91°93°
CMYK 0.310.910.00   0.07
XYZ30.864114.543381.3012
Yxy14.54330.24360.1148
Hunter Lab38.135777.7268-99.7050
CIE-Lab45.002280.7295-76.2676

#a415ed color RGB value is (164,21,237).

#a415ed hex color red value is 164, green value is 21 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a415ed hue: 0.78 , saturation: 0.86 and the lightness value of a415ed is 0.51.

The process color (four color CMYK) of #a415ed color hex is 0.31, 0.91, 0.00, 0.07. Web safe color of #a415ed is #9900ff. Color #a415ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010101 11101101
Octal 244 25 355
Decimal 164 21 237
Hex A4 15 ED

RGB Percentages of Color #a415ed

%38.86
%4.98
%56.16

CMYK Percentages of Color #a415ed

%31
%91
%0
%7

Triadic Colors of #a415ed

#a415ed #eda415 #15eda4

Analogous Colors of #a415ed

#a415ed #ed15ca #3815ed

Monochromatic Colors of #a415ed

#a415ed

Complementary Color

#a415ed #5eed15

#a415ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a415ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a415ed Color CSS Codes

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

#a415ed Text Font Color

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

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


#a415ed Background Color

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

This div background color is #a415ed


#a415ed Border Color

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

This div border color is #a415ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a415ed


Comments

No comments written yet.

Please login to write comment.