Color Hex Logo

#a62eba Color Hex

#A62EBA
(166,46,186)
0 Favorites   0 Comments

Color spaces of #a62eba

RGB 16646186
HSL0.810.600.45
HSV291°75°73°
CMYK 0.110.750.00   0.27
XYZ25.565813.606247.7332
Yxy13.60620.29420.1566
Hunter Lab36.886659.1654-50.9038
CIE-Lab43.662865.5908-49.0654

#a62eba color RGB value is (166,46,186).

#a62eba hex color red value is 166, green value is 46 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a62eba hue: 0.81 , saturation: 0.60 and the lightness value of a62eba is 0.45.

The process color (four color CMYK) of #a62eba color hex is 0.11, 0.75, 0.00, 0.27. Web safe color of #a62eba is #9933cc. Color #a62eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101110 10111010
Octal 246 56 272
Decimal 166 46 186
Hex A6 2E BA

RGB Percentages of Color #a62eba

%41.71
%11.56
%46.73

CMYK Percentages of Color #a62eba

%11
%75
%0
%27

Triadic Colors of #a62eba

#a62eba #baa62e #2ebaa6

Analogous Colors of #a62eba

#a62eba #ba2e88 #602eba

Monochromatic Colors of #a62eba

#a62eba

Complementary Color

#a62eba #42ba2e

#a62eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62eba Color CSS Codes

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

#a62eba Text Font Color

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

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


#a62eba Background Color

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

This div background color is #a62eba


#a62eba Border Color

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

This div border color is #a62eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62eba


Comments

No comments written yet.

Please login to write comment.