Color Hex Logo

#df9fce Color Hex

#DF9FCE
(223,159,206)
0 Favorites   0 Comments

Color spaces of #df9fce

RGB 223159206
HSL0.880.500.75
HSV316°29°87°
CMYK 0.000.290.08   0.13
XYZ53.970144.940564.2224
Yxy44.94050.33080.2755
Hunter Lab67.037726.3893-9.8737
CIE-Lab72.852731.0536-14.5337

#df9fce color RGB value is (223,159,206).

#df9fce hex color red value is 223, green value is 159 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #df9fce hue: 0.88 , saturation: 0.50 and the lightness value of df9fce is 0.75.

The process color (four color CMYK) of #df9fce color hex is 0.00, 0.29, 0.08, 0.13. Web safe color of #df9fce is #cc99cc. Color #df9fce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011111 11001110
Octal 337 237 316
Decimal 223 159 206
Hex DF 9F CE

RGB Percentages of Color #df9fce

%37.93
%27.04
%35.03

CMYK Percentages of Color #df9fce

%0
%29
%8
%13

Triadic Colors of #df9fce

#df9fce #cedf9f #9fcedf

Analogous Colors of #df9fce

#df9fce #df9fae #d09fdf

Monochromatic Colors of #df9fce

#df9fce

Complementary Color

#df9fce #9fdfb0

#df9fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9fce Color CSS Codes

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

#df9fce Text Font Color

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

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


#df9fce Background Color

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

This div background color is #df9fce


#df9fce Border Color

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

This div border color is #df9fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9fce


Comments

No comments written yet.

Please login to write comment.