Color Hex Logo

#df8ebf Color Hex

#DF8EBF
(223,142,191)
0 Favorites   0 Comments

Color spaces of #df8ebf

RGB 223142191
HSL0.900.560.72
HSV324°36°87°
CMYK 0.000.360.14   0.13
XYZ49.508438.795654.1691
Yxy38.79560.34750.2723
Hunter Lab62.286132.8808-7.9632
CIE-Lab68.602937.6323-12.6078

#df8ebf color RGB value is (223,142,191).

#df8ebf hex color red value is 223, green value is 142 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #df8ebf hue: 0.90 , saturation: 0.56 and the lightness value of df8ebf is 0.72.

The process color (four color CMYK) of #df8ebf color hex is 0.00, 0.36, 0.14, 0.13. Web safe color of #df8ebf is #cc99cc. Color #df8ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001110 10111111
Octal 337 216 277
Decimal 223 142 191
Hex DF 8E BF

RGB Percentages of Color #df8ebf

%40.11
%25.54
%34.35

CMYK Percentages of Color #df8ebf

%0
%36
%14
%13

Triadic Colors of #df8ebf

#df8ebf #bfdf8e #8ebfdf

Analogous Colors of #df8ebf

#df8ebf #df8e97 #d78edf

Monochromatic Colors of #df8ebf

#df8ebf

Complementary Color

#df8ebf #8edfae

#df8ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8ebf Color CSS Codes

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

#df8ebf Text Font Color

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

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


#df8ebf Background Color

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

This div background color is #df8ebf


#df8ebf Border Color

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

This div border color is #df8ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8ebf


Comments

No comments written yet.

Please login to write comment.