Color Hex Logo

#ab629e Color Hex

#AB629E
(171,98,158)
0 Favorites   0 Comments

Color spaces of #ab629e

RGB 17198158
HSL0.860.300.53
HSV311°43°67°
CMYK 0.000.430.08   0.33
XYZ27.333819.861934.7408
Yxy19.86190.33360.2424
Hunter Lab44.566731.4865-15.0213
CIE-Lab51.680738.3057-19.9739

#ab629e color RGB value is (171,98,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 10011110
Octal 253 142 236
Decimal 171 98 158
Hex AB 62 9E

RGB Percentages of Color #ab629e

%40.05
%22.95
%37.00

CMYK Percentages of Color #ab629e

%0
%43
%8
%33

Triadic Colors of #ab629e

#ab629e #9eab62 #629eab

Analogous Colors of #ab629e

#ab629e #ab627a #9462ab

Monochromatic Colors of #ab629e

#ab629e

Complementary Color

#ab629e #62ab6f

#ab629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab629e Color CSS Codes

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

#ab629e Text Font Color

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

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


#ab629e Background Color

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

This div background color is #ab629e


#ab629e Border Color

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

This div border color is #ab629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab629e


Comments

No comments written yet.

Please login to write comment.