Color Hex Logo

#a913ed Color Hex

#A913ED
(169,19,237)
0 Favorites   0 Comments

Color spaces of #a913ed

RGB 16919237
HSL0.780.860.50
HSV281°92°93°
CMYK 0.290.920.00   0.07
XYZ31.881115.015281.3387
Yxy15.01520.24860.1171
Hunter Lab38.749579.0493-97.3306
CIE-Lab45.655081.6498-75.1700

#a913ed color RGB value is (169,19,237).

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

The process color (four color CMYK) of #a913ed color hex is 0.29, 0.92, 0.00, 0.07. Web safe color of #a913ed is #9900ff. Color #a913ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010011 11101101
Octal 251 23 355
Decimal 169 19 237
Hex A9 13 ED

RGB Percentages of Color #a913ed

%39.76
%4.47
%55.76

CMYK Percentages of Color #a913ed

%29
%92
%0
%7

Triadic Colors of #a913ed

#a913ed #eda913 #13eda9

Analogous Colors of #a913ed

#a913ed #ed13c4 #3c13ed

Monochromatic Colors of #a913ed

#a913ed

Complementary Color

#a913ed #57ed13

#a913ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a913ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a913ed Color CSS Codes

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

#a913ed Text Font Color

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

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


#a913ed Background Color

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

This div background color is #a913ed


#a913ed Border Color

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

This div border color is #a913ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a913ed


Comments

No comments written yet.

Please login to write comment.