Color Hex Logo

#a62fae Color Hex

#A62FAE
(166,47,174)
0 Favorites   0 Comments

Color spaces of #a62fae

RGB 16647174
HSL0.820.570.43
HSV296°73°68°
CMYK 0.050.730.00   0.32
XYZ24.382413.196041.3064
Yxy13.19600.30910.1673
Hunter Lab36.326356.2391-41.9899
CIE-Lab43.057163.1427-42.9598

#a62fae color RGB value is (166,47,174).

#a62fae hex color red value is 166, green value is 47 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a62fae hue: 0.82 , saturation: 0.57 and the lightness value of a62fae is 0.43.

The process color (four color CMYK) of #a62fae color hex is 0.05, 0.73, 0.00, 0.32. Web safe color of #a62fae is #993399. Color #a62fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101111 10101110
Octal 246 57 256
Decimal 166 47 174
Hex A6 2F AE

RGB Percentages of Color #a62fae

%42.89
%12.14
%44.96

CMYK Percentages of Color #a62fae

%5
%73
%0
%32

Triadic Colors of #a62fae

#a62fae #aea62f #2faea6

Analogous Colors of #a62fae

#a62fae #ae2f77 #672fae

Monochromatic Colors of #a62fae

#a62fae

Complementary Color

#a62fae #37ae2f

#a62fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62fae Color CSS Codes

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

#a62fae Text Font Color

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

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


#a62fae Background Color

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

This div background color is #a62fae


#a62fae Border Color

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

This div border color is #a62fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62fae


Comments

No comments written yet.

Please login to write comment.