Color Hex Logo

#a719ed Color Hex

#A719ED
(167,25,237)
0 Favorites   0 Comments

Color spaces of #a719ed

RGB 16725237
HSL0.780.850.51
HSV280°89°93°
CMYK 0.300.890.00   0.07
XYZ31.570015.025281.3570
Yxy15.02520.24670.1174
Hunter Lab38.762477.5452-97.3081
CIE-Lab45.668780.4571-75.1600

#a719ed color RGB value is (167,25,237).

#a719ed hex color red value is 167, green value is 25 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a719ed hue: 0.78 , saturation: 0.85 and the lightness value of a719ed is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011001 11101101
Octal 247 31 355
Decimal 167 25 237
Hex A7 19 ED

RGB Percentages of Color #a719ed

%38.93
%5.83
%55.24

CMYK Percentages of Color #a719ed

%30
%89
%0
%7

Triadic Colors of #a719ed

#a719ed #eda719 #19eda7

Analogous Colors of #a719ed

#a719ed #ed19c9 #3d19ed

Monochromatic Colors of #a719ed

#a719ed

Complementary Color

#a719ed #5fed19

#a719ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a719ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a719ed Color CSS Codes

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

#a719ed Text Font Color

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

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


#a719ed Background Color

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

This div background color is #a719ed


#a719ed Border Color

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

This div border color is #a719ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a719ed


Comments

No comments written yet.

Please login to write comment.