Color Hex Logo

#ab42ae Color Hex

#AB42AE
(171,66,174)
0 Favorites   0 Comments

Color spaces of #ab42ae

RGB 17166174
HSL0.830.450.47
HSV298°62°68°
CMYK 0.020.620.00   0.32
XYZ26.382815.610341.6670
Yxy15.61030.31540.1866
Hunter Lab39.509950.0515-34.8702
CIE-Lab46.459056.9402-37.5145

#ab42ae color RGB value is (171,66,174).

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

The process color (four color CMYK) of #ab42ae color hex is 0.02, 0.62, 0.00, 0.32. Web safe color of #ab42ae is #993399. Color #ab42ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 10101110
Octal 253 102 256
Decimal 171 66 174
Hex AB 42 AE

RGB Percentages of Color #ab42ae

%41.61
%16.06
%42.34

CMYK Percentages of Color #ab42ae

%2
%62
%0
%32

Triadic Colors of #ab42ae

#ab42ae #aeab42 #42aeab

Analogous Colors of #ab42ae

#ab42ae #ae427b #7542ae

Monochromatic Colors of #ab42ae

#ab42ae

Complementary Color

#ab42ae #45ae42

#ab42ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab42ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab42ae Color CSS Codes

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

#ab42ae Text Font Color

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

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


#ab42ae Background Color

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

This div background color is #ab42ae


#ab42ae Border Color

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

This div border color is #ab42ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab42ae


Comments

No comments written yet.

Please login to write comment.