Color Hex Logo

#ab62af Color Hex

#AB62AF
(171,98,175)
0 Favorites   0 Comments

Color spaces of #ab62af

RGB 17198175
HSL0.820.320.54
HSV297°44°69°
CMYK 0.020.440.00   0.31
XYZ28.900120.488442.9889
Yxy20.48840.31280.2218
Hunter Lab45.264134.7560-24.6249
CIE-Lab52.385041.4573-28.8169

#ab62af color RGB value is (171,98,175).

#ab62af hex color red value is 171, green value is 98 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ab62af hue: 0.82 , saturation: 0.32 and the lightness value of ab62af is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 10101111
Octal 253 142 257
Decimal 171 98 175
Hex AB 62 AF

RGB Percentages of Color #ab62af

%38.51
%22.07
%39.41

CMYK Percentages of Color #ab62af

%2
%44
%0
%31

Triadic Colors of #ab62af

#ab62af #afab62 #62afab

Analogous Colors of #ab62af

#ab62af #af628d #8562af

Monochromatic Colors of #ab62af

#ab62af

Complementary Color

#ab62af #66af62

#ab62af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab62af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab62af Color CSS Codes

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

#ab62af Text Font Color

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

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


#ab62af Background Color

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

This div background color is #ab62af


#ab62af Border Color

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

This div border color is #ab62af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab62af


Comments

No comments written yet.

Please login to write comment.