Color Hex Logo

#ab1eaf Color Hex

#AB1EAF
(171,30,175)
0 Favorites   0 Comments

Color spaces of #ab1eaf

RGB 17130175
HSL0.830.710.40
HSV298°83°69°
CMYK 0.020.830.00   0.31
XYZ24.996712.681641.6878
Yxy12.68160.31500.1598
Hunter Lab35.611262.9754-44.4792
CIE-Lab42.279569.1403-44.7447

#ab1eaf color RGB value is (171,30,175).

#ab1eaf hex color red value is 171, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ab1eaf hue: 0.83 , saturation: 0.71 and the lightness value of ab1eaf is 0.40.

The process color (four color CMYK) of #ab1eaf color hex is 0.02, 0.83, 0.00, 0.31. Web safe color of #ab1eaf is #993399. Color #ab1eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011110 10101111
Octal 253 36 257
Decimal 171 30 175
Hex AB 1E AF

RGB Percentages of Color #ab1eaf

%45.48
%7.98
%46.54

CMYK Percentages of Color #ab1eaf

%2
%83
%0
%31

Triadic Colors of #ab1eaf

#ab1eaf #afab1e #1eafab

Analogous Colors of #ab1eaf

#ab1eaf #af1e6b #621eaf

Monochromatic Colors of #ab1eaf

#ab1eaf

Complementary Color

#ab1eaf #22af1e

#ab1eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1eaf Color CSS Codes

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

#ab1eaf Text Font Color

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

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


#ab1eaf Background Color

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

This div background color is #ab1eaf


#ab1eaf Border Color

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

This div border color is #ab1eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1eaf


Comments

No comments written yet.

Please login to write comment.