Color Hex Logo

#df8ced Color Hex

#DF8CED
(223,140,237)
0 Favorites   0 Comments

Color spaces of #df8ced

RGB 223140237
HSL0.810.730.74
HSV291°41°93°
CMYK 0.060.410.00   0.07
XYZ55.095640.558685.0455
Yxy40.55860.30490.2245
Hunter Lab63.685642.9737-34.5956
CIE-Lab69.865646.7876-36.1436

#df8ced color RGB value is (223,140,237).

#df8ced hex color red value is 223, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #df8ced hue: 0.81 , saturation: 0.73 and the lightness value of df8ced is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001100 11101101
Octal 337 214 355
Decimal 223 140 237
Hex DF 8C ED

RGB Percentages of Color #df8ced

%37.17
%23.33
%39.50

CMYK Percentages of Color #df8ced

%6
%41
%0
%7

Triadic Colors of #df8ced

#df8ced #eddf8c #8ceddf

Analogous Colors of #df8ced

#df8ced #ed8ccb #af8ced

Monochromatic Colors of #df8ced

#df8ced

Complementary Color

#df8ced #9aed8c

#df8ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8ced Color CSS Codes

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

#df8ced Text Font Color

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

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


#df8ced Background Color

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

This div background color is #df8ced


#df8ced Border Color

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

This div border color is #df8ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8ced


Comments

No comments written yet.

Please login to write comment.