Color Hex Logo

#df4dac Color Hex

#DF4DAC
(223,77,172)
0 Favorites   0 Comments

Color spaces of #df4dac

RGB 22377172
HSL0.890.700.59
HSV321°65°87°
CMYK 0.000.650.23   0.13
XYZ40.531723.974341.5210
Yxy23.97430.38230.2261
Hunter Lab48.963662.0749-16.0033
CIE-Lab56.062165.7350-20.7878

#df4dac color RGB value is (223,77,172).

#df4dac hex color red value is 223, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #df4dac hue: 0.89 , saturation: 0.70 and the lightness value of df4dac is 0.59.

The process color (four color CMYK) of #df4dac color hex is 0.00, 0.65, 0.23, 0.13. Web safe color of #df4dac is #cc6699. Color #df4dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001101 10101100
Octal 337 115 254
Decimal 223 77 172
Hex DF 4D AC

RGB Percentages of Color #df4dac

%47.25
%16.31
%36.44

CMYK Percentages of Color #df4dac

%0
%65
%23
%13

Triadic Colors of #df4dac

#df4dac #acdf4d #4dacdf

Analogous Colors of #df4dac

#df4dac #df4d63 #c94ddf

Monochromatic Colors of #df4dac

#df4dac

Complementary Color

#df4dac #4ddf80

#df4dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4dac Color CSS Codes

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

#df4dac Text Font Color

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

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


#df4dac Background Color

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

This div background color is #df4dac


#df4dac Border Color

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

This div border color is #df4dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4dac


Comments

No comments written yet.

Please login to write comment.