Color Hex Logo

#ad438e Color Hex

#AD438E
(173,67,142)
0 Favorites   0 Comments

Color spaces of #ad438e

RGB 17367142
HSL0.880.440.47
HSV318°61°68°
CMYK 0.000.610.18   0.32
XYZ24.123214.851527.1864
Yxy14.85150.36460.2245
Hunter Lab38.537644.2938-14.8498
CIE-Lab45.430151.7843-20.0251

#ad438e color RGB value is (173,67,142).

#ad438e hex color red value is 173, green value is 67 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ad438e hue: 0.88 , saturation: 0.44 and the lightness value of ad438e is 0.47.

The process color (four color CMYK) of #ad438e color hex is 0.00, 0.61, 0.18, 0.32. Web safe color of #ad438e is #993399. Color #ad438e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000011 10001110
Octal 255 103 216
Decimal 173 67 142
Hex AD 43 8E

RGB Percentages of Color #ad438e

%45.29
%17.54
%37.17

CMYK Percentages of Color #ad438e

%0
%61
%18
%32

Triadic Colors of #ad438e

#ad438e #8ead43 #438ead

Analogous Colors of #ad438e

#ad438e #ad4359 #9743ad

Monochromatic Colors of #ad438e

#ad438e

Complementary Color

#ad438e #43ad62

#ad438e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad438e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad438e Color CSS Codes

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

#ad438e Text Font Color

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

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


#ad438e Background Color

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

This div background color is #ad438e


#ad438e Border Color

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

This div border color is #ad438e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad438e


Comments

No comments written yet.

Please login to write comment.