Color Hex Logo

#a719fb Color Hex

#A719FB
(167,25,251)
0 Favorites   0 Comments

Color spaces of #a719fb

RGB 16725251
HSL0.770.970.54
HSV278°90°98°
CMYK 0.330.900.00   0.02
XYZ33.696615.875892.5551
Yxy15.87580.23710.1117
Hunter Lab39.844481.2303-109.8343
CIE-Lab46.811183.1396-81.1617

#a719fb color RGB value is (167,25,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011001 11111011
Octal 247 31 373
Decimal 167 25 251
Hex A7 19 FB

RGB Percentages of Color #a719fb

%37.70
%5.64
%56.66

CMYK Percentages of Color #a719fb

%33
%90
%0
%2

Triadic Colors of #a719fb

#a719fb #fba719 #19fba7

Analogous Colors of #a719fb

#a719fb #fb19de #3619fb

Monochromatic Colors of #a719fb

#a719fb

Complementary Color

#a719fb #6dfb19

#a719fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a719fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a719fb Color CSS Codes

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

#a719fb Text Font Color

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

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


#a719fb Background Color

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

This div background color is #a719fb


#a719fb Border Color

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

This div border color is #a719fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a719fb


Comments

No comments written yet.

Please login to write comment.