Color Hex Logo

#ab7299 Color Hex

#AB7299
(171,114,153)
0 Favorites   0 Comments

Color spaces of #ab7299

RGB 171114153
HSL0.890.250.56
HSV319°33°67°
CMYK 0.000.330.11   0.33
XYZ28.561722.992533.0696
Yxy22.99250.33750.2717
Hunter Lab47.950522.4101-7.3247
CIE-Lab55.064628.5896-11.9121

#ab7299 color RGB value is (171,114,153).

#ab7299 hex color red value is 171, green value is 114 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ab7299 hue: 0.89 , saturation: 0.25 and the lightness value of ab7299 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110010 10011001
Octal 253 162 231
Decimal 171 114 153
Hex AB 72 99

RGB Percentages of Color #ab7299

%39.04
%26.03
%34.93

CMYK Percentages of Color #ab7299

%0
%33
%11
%33

Triadic Colors of #ab7299

#ab7299 #99ab72 #7299ab

Analogous Colors of #ab7299

#ab7299 #ab727d #a172ab

Monochromatic Colors of #ab7299

#ab7299

Complementary Color

#ab7299 #72ab84

#ab7299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7299 Color CSS Codes

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

#ab7299 Text Font Color

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

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


#ab7299 Background Color

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

This div background color is #ab7299


#ab7299 Border Color

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

This div border color is #ab7299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7299


Comments

No comments written yet.

Please login to write comment.