Color Hex Logo

#a61eab Color Hex

#A61EAB
(166,30,171)
0 Favorites   0 Comments

Color spaces of #a61eab

RGB 16630171
HSL0.830.700.39
HSV298°82°67°
CMYK 0.030.820.00   0.33
XYZ23.540811.975839.5989
Yxy11.97580.31340.1594
Hunter Lab34.606160.8641-43.6199
CIE-Lab41.177667.5456-44.1772

#a61eab color RGB value is (166,30,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011110 10101011
Octal 246 36 253
Decimal 166 30 171
Hex A6 1E AB

RGB Percentages of Color #a61eab

%45.23
%8.17
%46.59

CMYK Percentages of Color #a61eab

%3
%82
%0
%33

Triadic Colors of #a61eab

#a61eab #aba61e #1eaba6

Analogous Colors of #a61eab

#a61eab #ab1e6a #601eab

Monochromatic Colors of #a61eab

#a61eab

Complementary Color

#a61eab #23ab1e

#a61eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61eab Color CSS Codes

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

#a61eab Text Font Color

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

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


#a61eab Background Color

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

This div background color is #a61eab


#a61eab Border Color

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

This div border color is #a61eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61eab


Comments

No comments written yet.

Please login to write comment.