Color Hex Logo

#ab7dad Color Hex

#AB7DAD
(171,125,173)
0 Favorites   0 Comments

Color spaces of #ab7dad

RGB 171125173
HSL0.830.230.58
HSV298°28°68°
CMYK 0.010.280.00   0.32
XYZ31.671026.342342.9505
Yxy26.34230.31370.2609
Hunter Lab51.324820.3288-13.6888
CIE-Lab58.360526.1197-18.4705

#ab7dad color RGB value is (171,125,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111101 10101101
Octal 253 175 255
Decimal 171 125 173
Hex AB 7D AD

RGB Percentages of Color #ab7dad

%36.46
%26.65
%36.89

CMYK Percentages of Color #ab7dad

%1
%28
%0
%32

Triadic Colors of #ab7dad

#ab7dad #adab7d #7dadab

Analogous Colors of #ab7dad

#ab7dad #ad7d97 #937dad

Monochromatic Colors of #ab7dad

#ab7dad

Complementary Color

#ab7dad #7fad7d

#ab7dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7dad Color CSS Codes

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

#ab7dad Text Font Color

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

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


#ab7dad Background Color

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

This div background color is #ab7dad


#ab7dad Border Color

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

This div border color is #ab7dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,125,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 #ab7dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7dad


Comments

No comments written yet.

Please login to write comment.