Color Hex Logo

#a619fc Color Hex

#A619FC
(166,25,252)
0 Favorites   0 Comments

Color spaces of #a619fc

RGB 16625252
HSL0.770.970.54
HSV277°90°99°
CMYK 0.340.900.00   0.01
XYZ33.644215.830593.3778
Yxy15.83050.23550.1108
Hunter Lab39.787681.3106-111.2970
CIE-Lab46.751383.2138-81.8245

#a619fc color RGB value is (166,25,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011001 11111100
Octal 246 31 374
Decimal 166 25 252
Hex A6 19 FC

RGB Percentages of Color #a619fc

%37.47
%5.64
%56.88

CMYK Percentages of Color #a619fc

%34
%90
%0
%1

Triadic Colors of #a619fc

#a619fc #fca619 #19fca6

Analogous Colors of #a619fc

#a619fc #fc19e1 #3419fc

Monochromatic Colors of #a619fc

#a619fc

Complementary Color

#a619fc #6ffc19

#a619fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a619fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a619fc Color CSS Codes

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

#a619fc Text Font Color

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

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


#a619fc Background Color

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

This div background color is #a619fc


#a619fc Border Color

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

This div border color is #a619fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a619fc


Comments

No comments written yet.

Please login to write comment.