Color Hex Logo

#a719da Color Hex

#A719DA
(167,25,218)
0 Favorites   0 Comments

Color spaces of #a719da

RGB 16725218
HSL0.790.790.48
HSV284°89°85°
CMYK 0.230.890.00   0.15
XYZ28.938913.972767.5014
Yxy13.97270.26210.1265
Hunter Lab37.380172.7760-80.9006
CIE-Lab44.193876.9146-66.7529

#a719da color RGB value is (167,25,218).

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

The process color (four color CMYK) of #a719da color hex is 0.23, 0.89, 0.00, 0.15. Web safe color of #a719da is #9900cc. Color #a719da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011001 11011010
Octal 247 31 332
Decimal 167 25 218
Hex A7 19 DA

RGB Percentages of Color #a719da

%40.73
%6.10
%53.17

CMYK Percentages of Color #a719da

%23
%89
%0
%15

Triadic Colors of #a719da

#a719da #daa719 #19daa7

Analogous Colors of #a719da

#a719da #da19ad #4619da

Monochromatic Colors of #a719da

#a719da

Complementary Color

#a719da #4cda19

#a719da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a719da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a719da Color CSS Codes

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

#a719da Text Font Color

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

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


#a719da Background Color

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

This div background color is #a719da


#a719da Border Color

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

This div border color is #a719da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a719da


Comments

No comments written yet.

Please login to write comment.