Color Hex Logo

#ab0fae Color Hex

#AB0FAE
(171,15,174)
0 Favorites   0 Comments

Color spaces of #ab0fae

RGB 17115174
HSL0.830.840.37
HSV299°91°68°
CMYK 0.020.910.00   0.32
XYZ24.605412.055641.0745
Yxy12.05560.31650.1551
Hunter Lab34.721265.7332-45.8341
CIE-Lab41.304471.6632-45.7103

#ab0fae color RGB value is (171,15,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001111 10101110
Octal 253 17 256
Decimal 171 15 174
Hex AB F AE

RGB Percentages of Color #ab0fae

%47.50
%4.17
%48.33

CMYK Percentages of Color #ab0fae

%2
%91
%0
%32

Triadic Colors of #ab0fae

#ab0fae #aeab0f #0faeab

Analogous Colors of #ab0fae

#ab0fae #ae0f61 #5c0fae

Monochromatic Colors of #ab0fae

#ab0fae

Complementary Color

#ab0fae #12ae0f

#ab0fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0fae Color CSS Codes

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

#ab0fae Text Font Color

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

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


#ab0fae Background Color

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

This div background color is #ab0fae


#ab0fae Border Color

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

This div border color is #ab0fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0fae


Comments

No comments written yet.

Please login to write comment.