Color Hex Logo

#a719ff Color Hex

#A719FF
(167,25,255)
0 Favorites   0 Comments

Color spaces of #a719ff

RGB 16725255
HSL0.771.000.55
HSV277°90°100°
CMYK 0.350.900.00   0.00
XYZ34.334016.130895.9117
Yxy16.13080.23460.1102
Hunter Lab40.163282.3075-113.4733
CIE-Lab47.145683.9151-82.8481

#a719ff color RGB value is (167,25,255).

#a719ff hex color red value is 167, green value is 25 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a719ff hue: 0.77 , saturation: 1.00 and the lightness value of a719ff is 0.55.

The process color (four color CMYK) of #a719ff color hex is 0.35, 0.90, 0.00, 0.00. Web safe color of #a719ff is #9900ff. Color #a719ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011001 11111111
Octal 247 31 377
Decimal 167 25 255
Hex A7 19 FF

RGB Percentages of Color #a719ff

%37.36
%5.59
%57.05

CMYK Percentages of Color #a719ff

%35
%90
%0
%0

Triadic Colors of #a719ff

#a719ff #ffa719 #19ffa7

Analogous Colors of #a719ff

#a719ff #ff19e4 #3419ff

Monochromatic Colors of #a719ff

#a719ff

Complementary Color

#a719ff #71ff19

#a719ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a719ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a719ff Color CSS Codes

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

#a719ff Text Font Color

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

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


#a719ff Background Color

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

This div background color is #a719ff


#a719ff Border Color

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

This div border color is #a719ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a719ff


Comments

No comments written yet.

Please login to write comment.