Color Hex Logo

#df6dce Color Hex

#DF6DCE
(223,109,206)
0 Favorites   0 Comments

Color spaces of #df6dce

RGB 223109206
HSL0.860.640.65
HSV309°51°87°
CMYK 0.000.510.08   0.13
XYZ47.040631.081561.9125
Yxy31.08150.33590.2220
Hunter Lab55.750853.0483-26.8173
CIE-Lab62.576456.8103-30.2160

#df6dce color RGB value is (223,109,206).

#df6dce hex color red value is 223, green value is 109 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #df6dce hue: 0.86 , saturation: 0.64 and the lightness value of df6dce is 0.65.

The process color (four color CMYK) of #df6dce color hex is 0.00, 0.51, 0.08, 0.13. Web safe color of #df6dce is #cc66cc. Color #df6dce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101101 11001110
Octal 337 155 316
Decimal 223 109 206
Hex DF 6D CE

RGB Percentages of Color #df6dce

%41.45
%20.26
%38.29

CMYK Percentages of Color #df6dce

%0
%51
%8
%13

Triadic Colors of #df6dce

#df6dce #cedf6d #6dcedf

Analogous Colors of #df6dce

#df6dce #df6d95 #b76ddf

Monochromatic Colors of #df6dce

#df6dce

Complementary Color

#df6dce #6ddf7e

#df6dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6dce Color CSS Codes

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

#df6dce Text Font Color

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

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


#df6dce Background Color

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

This div background color is #df6dce


#df6dce Border Color

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

This div border color is #df6dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,109,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 #df6dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6dce


Comments

No comments written yet.

Please login to write comment.