Color Hex Logo

#ad388f Color Hex

#AD388F
(173,56,143)
0 Favorites   0 Comments

Color spaces of #ad388f

RGB 17356143
HSL0.880.510.45
HSV315°68°68°
CMYK 0.000.680.17   0.32
XYZ23.605713.695827.3860
Yxy13.69580.36490.2117
Hunter Lab37.007849.0937-17.9694
CIE-Lab43.793556.5587-23.1543

#ad388f color RGB value is (173,56,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111000 10001111
Octal 255 70 217
Decimal 173 56 143
Hex AD 38 8F

RGB Percentages of Color #ad388f

%46.51
%15.05
%38.44

CMYK Percentages of Color #ad388f

%0
%68
%17
%32

Triadic Colors of #ad388f

#ad388f #8fad38 #388fad

Analogous Colors of #ad388f

#ad388f #ad3855 #9138ad

Monochromatic Colors of #ad388f

#ad388f

Complementary Color

#ad388f #38ad56

#ad388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad388f Color CSS Codes

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

#ad388f Text Font Color

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

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


#ad388f Background Color

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

This div background color is #ad388f


#ad388f Border Color

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

This div border color is #ad388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad388f


Comments

No comments written yet.

Please login to write comment.