Color Hex Logo

#a819fb Color Hex

#A819FB
(168,25,251)
0 Favorites   0 Comments

Color spaces of #a819fb

RGB 16825251
HSL0.770.970.54
HSV278°90°98°
CMYK 0.330.900.00   0.02
XYZ33.908715.985192.5650
Yxy15.98510.23800.1122
Hunter Lab39.981481.4207-109.2814
CIE-Lab46.954983.2606-80.9205

#a819fb color RGB value is (168,25,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011001 11111011
Octal 250 31 373
Decimal 168 25 251
Hex A8 19 FB

RGB Percentages of Color #a819fb

%37.84
%5.63
%56.53

CMYK Percentages of Color #a819fb

%33
%90
%0
%2

Triadic Colors of #a819fb

#a819fb #fba819 #19fba8

Analogous Colors of #a819fb

#a819fb #fb19dd #3719fb

Monochromatic Colors of #a819fb

#a819fb

Complementary Color

#a819fb #6cfb19

#a819fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a819fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a819fb Color CSS Codes

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

#a819fb Text Font Color

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

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


#a819fb Background Color

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

This div background color is #a819fb


#a819fb Border Color

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

This div border color is #a819fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a819fb

Related Colors


Comments

No comments written yet.

Please login to write comment.