Color Hex Logo

#ad819e Color Hex

#AD819E
(173,129,158)
0 Favorites   0 Comments

Color spaces of #ad819e

RGB 173129158
HSL0.890.210.59
HSV320°25°68°
CMYK 0.000.250.09   0.32
XYZ31.255427.053435.9222
Yxy27.05340.33170.2871
Hunter Lab52.012916.2411-4.5391
CIE-Lab59.023721.7383-8.8454

#ad819e color RGB value is (173,129,158).

#ad819e hex color red value is 173, green value is 129 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ad819e hue: 0.89 , saturation: 0.21 and the lightness value of ad819e is 0.59.

The process color (four color CMYK) of #ad819e color hex is 0.00, 0.25, 0.09, 0.32. Web safe color of #ad819e is #999999. Color #ad819e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000001 10011110
Octal 255 201 236
Decimal 173 129 158
Hex AD 81 9E

RGB Percentages of Color #ad819e

%37.61
%28.04
%34.35

CMYK Percentages of Color #ad819e

%0
%25
%9
%32

Triadic Colors of #ad819e

#ad819e #9ead81 #819ead

Analogous Colors of #ad819e

#ad819e #ad8188 #a681ad

Monochromatic Colors of #ad819e

#ad819e

Complementary Color

#ad819e #81ad90

#ad819e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad819e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad819e Color CSS Codes

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

#ad819e Text Font Color

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

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


#ad819e Background Color

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

This div background color is #ad819e


#ad819e Border Color

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

This div border color is #ad819e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad819e


Comments

No comments written yet.

Please login to write comment.