Color Hex Logo

#df4ddd Color Hex

#DF4DDD
(223,77,221)
0 Favorites   0 Comments

Color spaces of #df4ddd

RGB 22377221
HSL0.840.700.59
HSV301°65°87°
CMYK 0.000.650.01   0.13
XYZ46.136426.216271.0352
Yxy26.21620.32180.1828
Hunter Lab51.201871.2380-46.4153
CIE-Lab58.241772.9437-45.4578

#df4ddd color RGB value is (223,77,221).

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

The process color (four color CMYK) of #df4ddd color hex is 0.00, 0.65, 0.01, 0.13. Web safe color of #df4ddd is #cc66cc. Color #df4ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001101 11011101
Octal 337 115 335
Decimal 223 77 221
Hex DF 4D DD

RGB Percentages of Color #df4ddd

%42.80
%14.78
%42.42

CMYK Percentages of Color #df4ddd

%0
%65
%1
%13

Triadic Colors of #df4ddd

#df4ddd #dddf4d #4ddddf

Analogous Colors of #df4ddd

#df4ddd #df4d94 #984ddf

Monochromatic Colors of #df4ddd

#df4ddd

Complementary Color

#df4ddd #4ddf4f

#df4ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4ddd Color CSS Codes

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

#df4ddd Text Font Color

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

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


#df4ddd Background Color

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

This div background color is #df4ddd


#df4ddd Border Color

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

This div border color is #df4ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4ddd


Comments

No comments written yet.

Please login to write comment.