Color Hex Logo

#ad368e Color Hex

#AD368E
(173,54,142)
0 Favorites   0 Comments

Color spaces of #ad368e

RGB 17354142
HSL0.880.520.45
HSV316°69°68°
CMYK 0.000.690.18   0.32
XYZ23.435213.475626.9571
Yxy13.47560.36690.2110
Hunter Lab36.709149.7139-17.8428
CIE-Lab43.471357.1889-23.0473

#ad368e color RGB value is (173,54,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110110 10001110
Octal 255 66 216
Decimal 173 54 142
Hex AD 36 8E

RGB Percentages of Color #ad368e

%46.88
%14.63
%38.48

CMYK Percentages of Color #ad368e

%0
%69
%18
%32

Triadic Colors of #ad368e

#ad368e #8ead36 #368ead

Analogous Colors of #ad368e

#ad368e #ad3653 #9136ad

Monochromatic Colors of #ad368e

#ad368e

Complementary Color

#ad368e #36ad55

#ad368e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad368e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad368e Color CSS Codes

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

#ad368e Text Font Color

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

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


#ad368e Background Color

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

This div background color is #ad368e


#ad368e Border Color

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

This div border color is #ad368e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad368e


Comments

No comments written yet.

Please login to write comment.