Color Hex Logo

#a63eab Color Hex

#A63EAB
(166,62,171)
0 Favorites   0 Comments

Color spaces of #a63eab

RGB 16662171
HSL0.830.470.46
HSV297°64°67°
CMYK 0.030.640.00   0.33
XYZ24.799214.492540.0183
Yxy14.49250.31270.1827
Hunter Lab38.069049.6590-35.6776
CIE-Lab44.931156.8651-38.2079

#a63eab color RGB value is (166,62,171).

#a63eab hex color red value is 166, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a63eab hue: 0.83 , saturation: 0.47 and the lightness value of a63eab is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111110 10101011
Octal 246 76 253
Decimal 166 62 171
Hex A6 3E AB

RGB Percentages of Color #a63eab

%41.60
%15.54
%42.86

CMYK Percentages of Color #a63eab

%3
%64
%0
%33

Triadic Colors of #a63eab

#a63eab #aba63e #3eaba6

Analogous Colors of #a63eab

#a63eab #ab3e7a #703eab

Monochromatic Colors of #a63eab

#a63eab

Complementary Color

#a63eab #43ab3e

#a63eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63eab Color CSS Codes

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

#a63eab Text Font Color

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

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


#a63eab Background Color

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

This div background color is #a63eab


#a63eab Border Color

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

This div border color is #a63eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63eab


Comments

No comments written yet.

Please login to write comment.