Color Hex Logo

#df4edc Color Hex

#DF4EDC
(223,78,220)
0 Favorites   0 Comments

Color spaces of #df4edc

RGB 22378220
HSL0.840.690.59
HSV301°65°87°
CMYK 0.000.650.01   0.13
XYZ46.074126.304170.3590
Yxy26.30410.32280.1843
Hunter Lab51.287570.6021-45.4360
CIE-Lab58.324672.4095-44.7627

#df4edc color RGB value is (223,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001110 11011100
Octal 337 116 334
Decimal 223 78 220
Hex DF 4E DC

RGB Percentages of Color #df4edc

%42.80
%14.97
%42.23

CMYK Percentages of Color #df4edc

%0
%65
%1
%13

Triadic Colors of #df4edc

#df4edc #dcdf4e #4edcdf

Analogous Colors of #df4edc

#df4edc #df4e94 #9a4edf

Monochromatic Colors of #df4edc

#df4edc

Complementary Color

#df4edc #4edf51

#df4edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4edc Color CSS Codes

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

#df4edc Text Font Color

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

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


#df4edc Background Color

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

This div background color is #df4edc


#df4edc Border Color

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

This div border color is #df4edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4edc


Comments

No comments written yet.

Please login to write comment.