Color Hex Logo

#ab7cad Color Hex

#AB7CAD
(171,124,173)
0 Favorites   0 Comments

Color spaces of #ab7cad

RGB 171124173
HSL0.830.230.58
HSV298°28°68°
CMYK 0.010.280.00   0.32
XYZ31.545126.090442.9085
Yxy26.09040.31370.2595
Hunter Lab51.078820.8498-14.0512
CIE-Lab58.122826.6847-18.8327

#ab7cad color RGB value is (171,124,173).

#ab7cad hex color red value is 171, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ab7cad hue: 0.83 , saturation: 0.23 and the lightness value of ab7cad is 0.58.

The process color (four color CMYK) of #ab7cad color hex is 0.01, 0.28, 0.00, 0.32. Web safe color of #ab7cad is #996699. Color #ab7cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111100 10101101
Octal 253 174 255
Decimal 171 124 173
Hex AB 7C AD

RGB Percentages of Color #ab7cad

%36.54
%26.50
%36.97

CMYK Percentages of Color #ab7cad

%1
%28
%0
%32

Triadic Colors of #ab7cad

#ab7cad #adab7c #7cadab

Analogous Colors of #ab7cad

#ab7cad #ad7c97 #937cad

Monochromatic Colors of #ab7cad

#ab7cad

Complementary Color

#ab7cad #7ead7c

#ab7cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7cad Color CSS Codes

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

#ab7cad Text Font Color

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

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


#ab7cad Background Color

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

This div background color is #ab7cad


#ab7cad Border Color

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

This div border color is #ab7cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7cad


Comments

No comments written yet.

Please login to write comment.