Color Hex Logo

#ad568b Color Hex

#AD568B
(173,86,139)
0 Favorites   0 Comments

Color spaces of #ad568b

RGB 17386139
HSL0.900.350.51
HSV323°50°68°
CMYK 0.000.500.20   0.32
XYZ25.221617.403926.4561
Yxy17.40390.36510.2519
Hunter Lab41.718034.9100-8.3971
CIE-Lab48.765042.1436-13.1374

#ad568b color RGB value is (173,86,139).

#ad568b hex color red value is 173, green value is 86 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ad568b hue: 0.90 , saturation: 0.35 and the lightness value of ad568b is 0.51.

The process color (four color CMYK) of #ad568b color hex is 0.00, 0.50, 0.20, 0.32. Web safe color of #ad568b is #996699. Color #ad568b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 10001011
Octal 255 126 213
Decimal 173 86 139
Hex AD 56 8B

RGB Percentages of Color #ad568b

%43.47
%21.61
%34.92

CMYK Percentages of Color #ad568b

%0
%50
%20
%32

Triadic Colors of #ad568b

#ad568b #8bad56 #568bad

Analogous Colors of #ad568b

#ad568b #ad565f #a456ad

Monochromatic Colors of #ad568b

#ad568b

Complementary Color

#ad568b #56ad78

#ad568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad568b Color CSS Codes

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

#ad568b Text Font Color

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

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


#ad568b Background Color

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

This div background color is #ad568b


#ad568b Border Color

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

This div border color is #ad568b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad568b


Comments

No comments written yet.

Please login to write comment.