Color Hex Logo

#ab628b Color Hex

#AB628B
(171,98,139)
0 Favorites   0 Comments

Color spaces of #ab628b

RGB 17198139
HSL0.910.300.53
HSV326°43°67°
CMYK 0.000.430.19   0.33
XYZ25.822519.257426.7821
Yxy19.25740.35930.2680
Hunter Lab43.883328.2402-5.4666
CIE-Lab50.987035.0976-9.8168

#ab628b color RGB value is (171,98,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 10001011
Octal 253 142 213
Decimal 171 98 139
Hex AB 62 8B

RGB Percentages of Color #ab628b

%41.91
%24.02
%34.07

CMYK Percentages of Color #ab628b

%0
%43
%19
%33

Triadic Colors of #ab628b

#ab628b #8bab62 #628bab

Analogous Colors of #ab628b

#ab628b #ab6267 #a762ab

Monochromatic Colors of #ab628b

#ab628b

Complementary Color

#ab628b #62ab82

#ab628b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab628b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab628b Color CSS Codes

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

#ab628b Text Font Color

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

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


#ab628b Background Color

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

This div background color is #ab628b


#ab628b Border Color

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

This div border color is #ab628b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab628b


Comments

No comments written yet.

Please login to write comment.