Color Hex Logo

#ad657d Color Hex

#AD657D
(173,101,125)
0 Favorites   0 Comments

Color spaces of #ad657d

RGB 173101125
HSL0.940.310.54
HSV340°42°68°
CMYK 0.000.420.28   0.32
XYZ25.588919.672321.8505
Yxy19.67230.38130.2931
Hunter Lab44.353525.36371.8385
CIE-Lab51.464732.0592-0.7745

#ad657d color RGB value is (173,101,125).

#ad657d hex color red value is 173, green value is 101 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ad657d hue: 0.94 , saturation: 0.31 and the lightness value of ad657d is 0.54.

The process color (four color CMYK) of #ad657d color hex is 0.00, 0.42, 0.28, 0.32. Web safe color of #ad657d is #996666. Color #ad657d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 01111101
Octal 255 145 175
Decimal 173 101 125
Hex AD 65 7D

RGB Percentages of Color #ad657d

%43.36
%25.31
%31.33

CMYK Percentages of Color #ad657d

%0
%42
%28
%32

Triadic Colors of #ad657d

#ad657d #7dad65 #657dad

Analogous Colors of #ad657d

#ad657d #ad7165 #ad65a1

Monochromatic Colors of #ad657d

#ad657d

Complementary Color

#ad657d #65ad95

#ad657d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad657d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad657d Color CSS Codes

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

#ad657d Text Font Color

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

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


#ad657d Background Color

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

This div background color is #ad657d


#ad657d Border Color

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

This div border color is #ad657d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad657d


Comments

No comments written yet.

Please login to write comment.