Color Hex Logo

#ab629f Color Hex

#AB629F
(171,98,159)
0 Favorites   0 Comments

Color spaces of #ab629f

RGB 17198159
HSL0.860.300.53
HSV310°43°67°
CMYK 0.000.430.07   0.33
XYZ27.420319.896535.1961
Yxy19.89650.33230.2411
Hunter Lab44.605531.6696-15.5591
CIE-Lab51.720038.4841-20.5006

#ab629f color RGB value is (171,98,159).

#ab629f hex color red value is 171, green value is 98 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ab629f hue: 0.86 , saturation: 0.30 and the lightness value of ab629f is 0.53.

The process color (four color CMYK) of #ab629f color hex is 0.00, 0.43, 0.07, 0.33. Web safe color of #ab629f is #996699. Color #ab629f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 10011111
Octal 253 142 237
Decimal 171 98 159
Hex AB 62 9F

RGB Percentages of Color #ab629f

%39.95
%22.90
%37.15

CMYK Percentages of Color #ab629f

%0
%43
%7
%33

Triadic Colors of #ab629f

#ab629f #9fab62 #629fab

Analogous Colors of #ab629f

#ab629f #ab627b #9362ab

Monochromatic Colors of #ab629f

#ab629f

Complementary Color

#ab629f #62ab6e

#ab629f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab629f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab629f Color CSS Codes

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

#ab629f Text Font Color

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

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


#ab629f Background Color

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

This div background color is #ab629f


#ab629f Border Color

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

This div border color is #ab629f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab629f


Comments

No comments written yet.

Please login to write comment.