Color Hex Logo

#ab5eaf Color Hex

#AB5EAF
(171,94,175)
0 Favorites   0 Comments

Color spaces of #ab5eaf

RGB 17194175
HSL0.830.340.53
HSV297°46°69°
CMYK 0.020.460.00   0.31
XYZ28.535219.758542.8672
Yxy19.75850.31300.2167
Hunter Lab44.450536.8004-26.0627
CIE-Lab51.563143.5789-30.0954

#ab5eaf color RGB value is (171,94,175).

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

The process color (four color CMYK) of #ab5eaf color hex is 0.02, 0.46, 0.00, 0.31. Web safe color of #ab5eaf is #996699. Color #ab5eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011110 10101111
Octal 253 136 257
Decimal 171 94 175
Hex AB 5E AF

RGB Percentages of Color #ab5eaf

%38.86
%21.36
%39.77

CMYK Percentages of Color #ab5eaf

%2
%46
%0
%31

Triadic Colors of #ab5eaf

#ab5eaf #afab5e #5eafab

Analogous Colors of #ab5eaf

#ab5eaf #af5e8b #835eaf

Monochromatic Colors of #ab5eaf

#ab5eaf

Complementary Color

#ab5eaf #62af5e

#ab5eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5eaf Color CSS Codes

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

#ab5eaf Text Font Color

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

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


#ab5eaf Background Color

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

This div background color is #ab5eaf


#ab5eaf Border Color

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

This div border color is #ab5eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5eaf


Comments

No comments written yet.

Please login to write comment.