Color Hex Logo

#ab10ae Color Hex

#AB10AE
(171,16,174)
0 Favorites   0 Comments

Color spaces of #ab10ae

RGB 17116174
HSL0.830.830.37
HSV299°91°68°
CMYK 0.020.910.00   0.32
XYZ24.619912.084541.0793
Yxy12.08450.31650.1554
Hunter Lab34.762865.5835-45.7293
CIE-Lab41.350171.5286-45.6371

#ab10ae color RGB value is (171,16,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010000 10101110
Octal 253 20 256
Decimal 171 16 174
Hex AB 10 AE

RGB Percentages of Color #ab10ae

%47.37
%4.43
%48.20

CMYK Percentages of Color #ab10ae

%2
%91
%0
%32

Triadic Colors of #ab10ae

#ab10ae #aeab10 #10aeab

Analogous Colors of #ab10ae

#ab10ae #ae1062 #5c10ae

Monochromatic Colors of #ab10ae

#ab10ae

Complementary Color

#ab10ae #13ae10

#ab10ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab10ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab10ae Color CSS Codes

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

#ab10ae Text Font Color

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

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


#ab10ae Background Color

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

This div background color is #ab10ae


#ab10ae Border Color

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

This div border color is #ab10ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab10ae


Comments

No comments written yet.

Please login to write comment.