Color Hex Logo

#ab629b Color Hex

#AB629B
(171,98,155)
0 Favorites   0 Comments

Color spaces of #ab629b

RGB 17198155
HSL0.870.300.53
HSV313°43°67°
CMYK 0.000.430.09   0.33
XYZ27.078719.759833.3972
Yxy19.75980.33750.2463
Hunter Lab44.452030.9454-13.4287
CIE-Lab51.564537.7765-18.3891

#ab629b color RGB value is (171,98,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 10011011
Octal 253 142 233
Decimal 171 98 155
Hex AB 62 9B

RGB Percentages of Color #ab629b

%40.33
%23.11
%36.56

CMYK Percentages of Color #ab629b

%0
%43
%9
%33

Triadic Colors of #ab629b

#ab629b #9bab62 #629bab

Analogous Colors of #ab629b

#ab629b #ab6277 #9762ab

Monochromatic Colors of #ab629b

#ab629b

Complementary Color

#ab629b #62ab72

#ab629b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab629b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab629b Color CSS Codes

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

#ab629b Text Font Color

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

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


#ab629b Background Color

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

This div background color is #ab629b


#ab629b Border Color

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

This div border color is #ab629b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab629b


Comments

No comments written yet.

Please login to write comment.