Color Hex Logo

#a619ea Color Hex

#A619EA
(166,25,234)
0 Favorites   0 Comments

Color spaces of #a619ea

RGB 16625234
HSL0.780.830.51
HSV280°89°92°
CMYK 0.290.890.00   0.08
XYZ30.924814.742879.0576
Yxy14.74280.24790.1182
Hunter Lab38.396476.5720-95.1999
CIE-Lab45.279979.7578-74.1042

#a619ea color RGB value is (166,25,234).

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

The process color (four color CMYK) of #a619ea color hex is 0.29, 0.89, 0.00, 0.08. Web safe color of #a619ea is #9900ff. Color #a619ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011001 11101010
Octal 246 31 352
Decimal 166 25 234
Hex A6 19 EA

RGB Percentages of Color #a619ea

%39.06
%5.88
%55.06

CMYK Percentages of Color #a619ea

%29
%89
%0
%8

Triadic Colors of #a619ea

#a619ea #eaa619 #19eaa6

Analogous Colors of #a619ea

#a619ea #ea19c6 #3d19ea

Monochromatic Colors of #a619ea

#a619ea

Complementary Color

#a619ea #5dea19

#a619ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a619ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a619ea Color CSS Codes

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

#a619ea Text Font Color

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

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


#a619ea Background Color

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

This div background color is #a619ea


#a619ea Border Color

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

This div border color is #a619ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a619ea


Comments

No comments written yet.

Please login to write comment.