Color Hex Logo

#a513ed Color Hex

#A513ED
(165,19,237)
0 Favorites   0 Comments

Color spaces of #a513ed

RGB 16519237
HSL0.780.860.50
HSV280°92°93°
CMYK 0.300.920.00   0.07
XYZ31.036014.579581.2991
Yxy14.57950.24450.1149
Hunter Lab38.183178.2679-99.5115
CIE-Lab45.052881.1484-76.1789

#a513ed color RGB value is (165,19,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010011 11101101
Octal 245 23 355
Decimal 165 19 237
Hex A5 13 ED

RGB Percentages of Color #a513ed

%39.19
%4.51
%56.29

CMYK Percentages of Color #a513ed

%30
%92
%0
%7

Triadic Colors of #a513ed

#a513ed #eda513 #13eda5

Analogous Colors of #a513ed

#a513ed #ed13c8 #3813ed

Monochromatic Colors of #a513ed

#a513ed

Complementary Color

#a513ed #5bed13

#a513ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a513ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a513ed Color CSS Codes

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

#a513ed Text Font Color

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

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


#a513ed Background Color

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

This div background color is #a513ed


#a513ed Border Color

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

This div border color is #a513ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a513ed


Comments

No comments written yet.

Please login to write comment.