Color Hex Logo

#ad618e Color Hex

#AD618E
(173,97,142)
0 Favorites   0 Comments

Color spaces of #ad618e

RGB 17397142
HSL0.900.320.53
HSV324°44°68°
CMYK 0.000.440.18   0.32
XYZ26.390819.386627.9422
Yxy19.38660.35800.2630
Hunter Lab44.030229.9363-6.8051
CIE-Lab51.136536.8117-11.3430

#ad618e color RGB value is (173,97,142).

#ad618e hex color red value is 173, green value is 97 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ad618e hue: 0.90 , saturation: 0.32 and the lightness value of ad618e is 0.53.

The process color (four color CMYK) of #ad618e color hex is 0.00, 0.44, 0.18, 0.32. Web safe color of #ad618e is #996699. Color #ad618e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100001 10001110
Octal 255 141 216
Decimal 173 97 142
Hex AD 61 8E

RGB Percentages of Color #ad618e

%41.99
%23.54
%34.47

CMYK Percentages of Color #ad618e

%0
%44
%18
%32

Triadic Colors of #ad618e

#ad618e #8ead61 #618ead

Analogous Colors of #ad618e

#ad618e #ad6168 #a661ad

Monochromatic Colors of #ad618e

#ad618e

Complementary Color

#ad618e #61ad80

#ad618e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad618e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad618e Color CSS Codes

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

#ad618e Text Font Color

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

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


#ad618e Background Color

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

This div background color is #ad618e


#ad618e Border Color

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

This div border color is #ad618e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad618e


Comments

No comments written yet.

Please login to write comment.