Color Hex Logo

#df4ebd Color Hex

#DF4EBD
(223,78,189)
0 Favorites   0 Comments

Color spaces of #df4ebd

RGB 22378189
HSL0.870.690.59
HSV314°65°87°
CMYK 0.000.650.15   0.13
XYZ42.341124.810950.7015
Yxy24.81090.35930.2105
Hunter Lab49.810564.5642-25.4831
CIE-Lab56.890767.6821-29.3449

#df4ebd color RGB value is (223,78,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001110 10111101
Octal 337 116 275
Decimal 223 78 189
Hex DF 4E BD

RGB Percentages of Color #df4ebd

%45.51
%15.92
%38.57

CMYK Percentages of Color #df4ebd

%0
%65
%15
%13

Triadic Colors of #df4ebd

#df4ebd #bddf4e #4ebddf

Analogous Colors of #df4ebd

#df4ebd #df4e75 #b94edf

Monochromatic Colors of #df4ebd

#df4ebd

Complementary Color

#df4ebd #4edf70

#df4ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4ebd Color CSS Codes

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

#df4ebd Text Font Color

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

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


#df4ebd Background Color

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

This div background color is #df4ebd


#df4ebd Border Color

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

This div border color is #df4ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4ebd


Comments

No comments written yet.

Please login to write comment.