Color Hex Logo

#a62eea Color Hex

#A62EEA
(166,46,234)
0 Favorites   0 Comments

Color spaces of #a62eea

RGB 16646234
HSL0.770.820.55
HSV278°80°92°
CMYK 0.290.800.00   0.08
XYZ31.554216.001579.2674
Yxy16.00150.24880.1262
Hunter Lab40.001970.8007-89.4873
CIE-Lab46.976574.7624-71.3380

#a62eea color RGB value is (166,46,234).

#a62eea hex color red value is 166, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a62eea hue: 0.77 , saturation: 0.82 and the lightness value of a62eea is 0.55.

The process color (four color CMYK) of #a62eea color hex is 0.29, 0.80, 0.00, 0.08. Web safe color of #a62eea is #9933ff. Color #a62eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101110 11101010
Octal 246 56 352
Decimal 166 46 234
Hex A6 2E EA

RGB Percentages of Color #a62eea

%37.22
%10.31
%52.47

CMYK Percentages of Color #a62eea

%29
%80
%0
%8

Triadic Colors of #a62eea

#a62eea #eaa62e #2eeaa6

Analogous Colors of #a62eea

#a62eea #ea2ed0 #482eea

Monochromatic Colors of #a62eea

#a62eea

Complementary Color

#a62eea #72ea2e

#a62eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62eea Color CSS Codes

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

#a62eea Text Font Color

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

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


#a62eea Background Color

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

This div background color is #a62eea


#a62eea Border Color

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

This div border color is #a62eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62eea


Comments

No comments written yet.

Please login to write comment.