Color Hex Logo

#a63dac Color Hex

#A63DAC
(166,61,172)
0 Favorites   0 Comments

Color spaces of #a63dac

RGB 16661172
HSL0.820.480.46
HSV297°65°67°
CMYK 0.030.650.00   0.33
XYZ24.841014.423040.5044
Yxy14.42300.31140.1808
Hunter Lab37.977650.2952-36.6504
CIE-Lab44.833657.4650-38.9538

#a63dac color RGB value is (166,61,172).

#a63dac hex color red value is 166, green value is 61 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a63dac hue: 0.82 , saturation: 0.48 and the lightness value of a63dac is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111101 10101100
Octal 246 75 254
Decimal 166 61 172
Hex A6 3D AC

RGB Percentages of Color #a63dac

%41.60
%15.29
%43.11

CMYK Percentages of Color #a63dac

%3
%65
%0
%33

Triadic Colors of #a63dac

#a63dac #aca63d #3daca6

Analogous Colors of #a63dac

#a63dac #ac3d7b #6f3dac

Monochromatic Colors of #a63dac

#a63dac

Complementary Color

#a63dac #43ac3d

#a63dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63dac Color CSS Codes

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

#a63dac Text Font Color

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

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


#a63dac Background Color

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

This div background color is #a63dac


#a63dac Border Color

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

This div border color is #a63dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63dac


Comments

No comments written yet.

Please login to write comment.