Color Hex Logo

#ad4adf Color Hex

#AD4ADF
(173,74,223)
0 Favorites   0 Comments

Color spaces of #ad4adf

RGB 17374223
HSL0.780.700.58
HSV280°67°87°
CMYK 0.220.670.00   0.13
XYZ33.001619.109571.7612
Yxy19.10950.26640.1543
Hunter Lab43.714458.2559-66.7299
CIE-Lab50.815163.4313-58.8513

#ad4adf color RGB value is (173,74,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001010 11011111
Octal 255 112 337
Decimal 173 74 223
Hex AD 4A DF

RGB Percentages of Color #ad4adf

%36.81
%15.74
%47.45

CMYK Percentages of Color #ad4adf

%22
%67
%0
%13

Triadic Colors of #ad4adf

#ad4adf #dfad4a #4adfad

Analogous Colors of #ad4adf

#ad4adf #df4ac7 #634adf

Monochromatic Colors of #ad4adf

#ad4adf

Complementary Color

#ad4adf #7cdf4a

#ad4adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4adf Color CSS Codes

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

#ad4adf Text Font Color

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

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


#ad4adf Background Color

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

This div background color is #ad4adf


#ad4adf Border Color

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

This div border color is #ad4adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4adf


Comments

No comments written yet.

Please login to write comment.