Color Hex Logo

#ab01ae Color Hex

#AB01AE
(171,1,174)
0 Favorites   0 Comments

Color spaces of #ab01ae

RGB 1711174
HSL0.830.990.34
HSV299°99°68°
CMYK 0.020.990.00   0.32
XYZ24.445411.735641.0212
Yxy11.73560.31660.1520
Hunter Lab34.257367.4244-47.0165
CIE-Lab40.792873.1761-46.5298

#ab01ae color RGB value is (171,1,174).

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

The process color (four color CMYK) of #ab01ae color hex is 0.02, 0.99, 0.00, 0.32. Web safe color of #ab01ae is #990099. Color #ab01ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 10101110
Octal 253 1 256
Decimal 171 1 174
Hex AB 1 AE

RGB Percentages of Color #ab01ae

%49.42
%0.29
%50.29

CMYK Percentages of Color #ab01ae

%2
%99
%0
%32

Triadic Colors of #ab01ae

#ab01ae #aeab01 #01aeab

Analogous Colors of #ab01ae

#ab01ae #ae015b #5401ae

Monochromatic Colors of #ab01ae

#ab01ae

Complementary Color

#ab01ae #04ae01

#ab01ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab01ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab01ae Color CSS Codes

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

#ab01ae Text Font Color

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

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


#ab01ae Background Color

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

This div background color is #ab01ae


#ab01ae Border Color

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

This div border color is #ab01ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab01ae


Comments

No comments written yet.

Please login to write comment.