Color Hex Logo

#a519de Color Hex

#A519DE
(165,25,222)
0 Favorites   0 Comments

Color spaces of #a519de

RGB 16525222
HSL0.790.800.48
HSV283°89°87°
CMYK 0.260.890.00   0.13
XYZ29.049513.968570.2724
Yxy13.96850.25640.1233
Hunter Lab37.374573.3348-85.3164
CIE-Lab44.187777.3686-69.0657

#a519de color RGB value is (165,25,222).

#a519de hex color red value is 165, green value is 25 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a519de hue: 0.79 , saturation: 0.80 and the lightness value of a519de is 0.48.

The process color (four color CMYK) of #a519de color hex is 0.26, 0.89, 0.00, 0.13. Web safe color of #a519de is #9900cc. Color #a519de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011001 11011110
Octal 245 31 336
Decimal 165 25 222
Hex A5 19 DE

RGB Percentages of Color #a519de

%40.05
%6.07
%53.88

CMYK Percentages of Color #a519de

%26
%89
%0
%13

Triadic Colors of #a519de

#a519de #dea519 #19dea5

Analogous Colors of #a519de

#a519de #de19b5 #4319de

Monochromatic Colors of #a519de

#a519de

Complementary Color

#a519de #52de19

#a519de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a519de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a519de Color CSS Codes

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

#a519de Text Font Color

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

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


#a519de Background Color

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

This div background color is #a519de


#a519de Border Color

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

This div border color is #a519de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,25,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a519de


Comments

No comments written yet.

Please login to write comment.