Color Hex Logo

#ad398f Color Hex

#AD398F
(173,57,143)
0 Favorites   0 Comments

Color spaces of #ad398f

RGB 17357143
HSL0.880.500.45
HSV316°67°68°
CMYK 0.000.670.17   0.32
XYZ23.654613.793727.4023
Yxy13.79370.36480.2127
Hunter Lab37.139948.6929-17.7471
CIE-Lab43.935656.1630-22.9343

#ad398f color RGB value is (173,57,143).

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

The process color (four color CMYK) of #ad398f color hex is 0.00, 0.67, 0.17, 0.32. Web safe color of #ad398f is #993399. Color #ad398f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111001 10001111
Octal 255 71 217
Decimal 173 57 143
Hex AD 39 8F

RGB Percentages of Color #ad398f

%46.38
%15.28
%38.34

CMYK Percentages of Color #ad398f

%0
%67
%17
%32

Triadic Colors of #ad398f

#ad398f #8fad39 #398fad

Analogous Colors of #ad398f

#ad398f #ad3955 #9139ad

Monochromatic Colors of #ad398f

#ad398f

Complementary Color

#ad398f #39ad57

#ad398f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad398f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad398f Color CSS Codes

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

#ad398f Text Font Color

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

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


#ad398f Background Color

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

This div background color is #ad398f


#ad398f Border Color

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

This div border color is #ad398f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad398f


Comments

No comments written yet.

Please login to write comment.