Color Hex Logo

#a519be Color Hex

#A519BE
(165,25,190)
0 Favorites   0 Comments

Color spaces of #a519be

RGB 16525190
HSL0.810.770.42
HSV291°87°75°
CMYK 0.130.870.00   0.25
XYZ25.158912.412349.7850
Yxy12.41230.28800.1421
Hunter Lab35.231165.8143-59.1208
CIE-Lab41.864071.6225-54.3132

#a519be color RGB value is (165,25,190).

#a519be hex color red value is 165, green value is 25 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a519be hue: 0.81 , saturation: 0.77 and the lightness value of a519be is 0.42.

The process color (four color CMYK) of #a519be color hex is 0.13, 0.87, 0.00, 0.25. Web safe color of #a519be is #9900cc. Color #a519be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011001 10111110
Octal 245 31 276
Decimal 165 25 190
Hex A5 19 BE

RGB Percentages of Color #a519be

%43.42
%6.58
%50.00

CMYK Percentages of Color #a519be

%13
%87
%0
%25

Triadic Colors of #a519be

#a519be #bea519 #19bea5

Analogous Colors of #a519be

#a519be #be1985 #5219be

Monochromatic Colors of #a519be

#a519be

Complementary Color

#a519be #32be19

#a519be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a519be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a519be Color CSS Codes

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

#a519be Text Font Color

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

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


#a519be Background Color

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

This div background color is #a519be


#a519be Border Color

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

This div border color is #a519be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a519be


Comments

No comments written yet.

Please login to write comment.