Color Hex Logo

#ad38df Color Hex

#AD38DF
(173,56,223)
0 Favorites   0 Comments

Color spaces of #ad38df

RGB 17356223
HSL0.780.720.55
HSV282°75°87°
CMYK 0.220.750.00   0.13
XYZ31.967017.040371.4163
Yxy17.04030.26550.1415
Hunter Lab41.279965.9899-73.6788
CIE-Lab48.310870.5142-62.8897

#ad38df color RGB value is (173,56,223).

#ad38df hex color red value is 173, green value is 56 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad38df hue: 0.78 , saturation: 0.72 and the lightness value of ad38df is 0.55.

The process color (four color CMYK) of #ad38df color hex is 0.22, 0.75, 0.00, 0.13. Web safe color of #ad38df is #9933cc. Color #ad38df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111000 11011111
Octal 255 70 337
Decimal 173 56 223
Hex AD 38 DF

RGB Percentages of Color #ad38df

%38.27
%12.39
%49.34

CMYK Percentages of Color #ad38df

%22
%75
%0
%13

Triadic Colors of #ad38df

#ad38df #dfad38 #38dfad

Analogous Colors of #ad38df

#ad38df #df38be #5a38df

Monochromatic Colors of #ad38df

#ad38df

Complementary Color

#ad38df #6adf38

#ad38df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad38df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad38df Color CSS Codes

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

#ad38df Text Font Color

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

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


#ad38df Background Color

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

This div background color is #ad38df


#ad38df Border Color

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

This div border color is #ad38df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad38df


Comments

No comments written yet.

Please login to write comment.