Color Hex Logo

#df9cee Color Hex

#DF9CEE
(223,156,238)
0 Favorites   0 Comments

Color spaces of #df9cee

RGB 223156238
HSL0.800.710.77
HSV289°34°93°
CMYK 0.060.340.00   0.07
XYZ57.752545.638086.6540
Yxy45.63800.30390.2401
Hunter Lab67.555934.3741-28.7622
CIE-Lab73.310038.5372-31.3588

#df9cee color RGB value is (223,156,238).

#df9cee hex color red value is 223, green value is 156 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #df9cee hue: 0.80 , saturation: 0.71 and the lightness value of df9cee is 0.77.

The process color (four color CMYK) of #df9cee color hex is 0.06, 0.34, 0.00, 0.07. Web safe color of #df9cee is #cc99ff. Color #df9cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011100 11101110
Octal 337 234 356
Decimal 223 156 238
Hex DF 9C EE

RGB Percentages of Color #df9cee

%36.14
%25.28
%38.57

CMYK Percentages of Color #df9cee

%6
%34
%0
%7

Triadic Colors of #df9cee

#df9cee #eedf9c #9ceedf

Analogous Colors of #df9cee

#df9cee #ee9cd4 #b69cee

Monochromatic Colors of #df9cee

#df9cee

Complementary Color

#df9cee #abee9c

#df9cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9cee Color CSS Codes

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

#df9cee Text Font Color

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

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


#df9cee Background Color

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

This div background color is #df9cee


#df9cee Border Color

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

This div border color is #df9cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9cee


Comments

No comments written yet.

Please login to write comment.