Color Hex Logo

#ab5caa Color Hex

#AB5CAA
(171,92,170)
0 Favorites   0 Comments

Color spaces of #ab5caa

RGB 17192170
HSL0.840.320.52
HSV301°46°67°
CMYK 0.000.460.01   0.33
XYZ27.877419.214540.2697
Yxy19.21450.31910.2199
Hunter Lab43.834336.8108-23.7844
CIE-Lab50.937243.6839-28.1519

#ab5caa color RGB value is (171,92,170).

#ab5caa hex color red value is 171, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ab5caa hue: 0.84 , saturation: 0.32 and the lightness value of ab5caa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011100 10101010
Octal 253 134 252
Decimal 171 92 170
Hex AB 5C AA

RGB Percentages of Color #ab5caa

%39.49
%21.25
%39.26

CMYK Percentages of Color #ab5caa

%0
%46
%1
%33

Triadic Colors of #ab5caa

#ab5caa #aaab5c #5caaab

Analogous Colors of #ab5caa

#ab5caa #ab5c83 #855cab

Monochromatic Colors of #ab5caa

#ab5caa

Complementary Color

#ab5caa #5cab5d

#ab5caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5caa Color CSS Codes

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

#ab5caa Text Font Color

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

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


#ab5caa Background Color

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

This div background color is #ab5caa


#ab5caa Border Color

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

This div border color is #ab5caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5caa


Comments

No comments written yet.

Please login to write comment.