Color Hex Logo

#ab3eaa Color Hex

#AB3EAA
(171,62,170)
0 Favorites   0 Comments

Color spaces of #ab3eaa

RGB 17162170
HSL0.830.470.46
HSV301°64°67°
CMYK 0.000.640.01   0.33
XYZ25.772915.005539.5682
Yxy15.00550.32080.1868
Hunter Lab38.736950.9720-33.4465
CIE-Lab45.641757.9301-36.4435

#ab3eaa color RGB value is (171,62,170).

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

The process color (four color CMYK) of #ab3eaa color hex is 0.00, 0.64, 0.01, 0.33. Web safe color of #ab3eaa is #993399. Color #ab3eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111110 10101010
Octal 253 76 252
Decimal 171 62 170
Hex AB 3E AA

RGB Percentages of Color #ab3eaa

%42.43
%15.38
%42.18

CMYK Percentages of Color #ab3eaa

%0
%64
%1
%33

Triadic Colors of #ab3eaa

#ab3eaa #aaab3e #3eaaab

Analogous Colors of #ab3eaa

#ab3eaa #ab3e74 #763eab

Monochromatic Colors of #ab3eaa

#ab3eaa

Complementary Color

#ab3eaa #3eab3f

#ab3eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3eaa Color CSS Codes

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

#ab3eaa Text Font Color

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

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


#ab3eaa Background Color

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

This div background color is #ab3eaa


#ab3eaa Border Color

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

This div border color is #ab3eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3eaa


Comments

No comments written yet.

Please login to write comment.