Color Hex Logo

#a62fac Color Hex

#A62FAC
(166,47,172)
0 Favorites   0 Comments

Color spaces of #a62fac

RGB 16647172
HSL0.830.570.43
HSV297°73°67°
CMYK 0.030.730.00   0.33
XYZ24.188813.118640.2870
Yxy13.11860.31170.1691
Hunter Lab36.219655.8246-40.5944
CIE-Lab42.941462.7982-41.9583

#a62fac color RGB value is (166,47,172).

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

The process color (four color CMYK) of #a62fac color hex is 0.03, 0.73, 0.00, 0.33. Web safe color of #a62fac is #993399. Color #a62fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101111 10101100
Octal 246 57 254
Decimal 166 47 172
Hex A6 2F AC

RGB Percentages of Color #a62fac

%43.12
%12.21
%44.68

CMYK Percentages of Color #a62fac

%3
%73
%0
%33

Triadic Colors of #a62fac

#a62fac #aca62f #2faca6

Analogous Colors of #a62fac

#a62fac #ac2f74 #682fac

Monochromatic Colors of #a62fac

#a62fac

Complementary Color

#a62fac #35ac2f

#a62fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62fac Color CSS Codes

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

#a62fac Text Font Color

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

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


#a62fac Background Color

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

This div background color is #a62fac


#a62fac Border Color

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

This div border color is #a62fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62fac


Comments

No comments written yet.

Please login to write comment.