Color Hex Logo

#df78ce Color Hex

#DF78CE
(223,120,206)
0 Favorites   0 Comments

Color spaces of #df78ce

RGB 223120206
HSL0.860.620.67
HSV310°46°87°
CMYK 0.000.460.08   0.13
XYZ48.288533.577162.3285
Yxy33.57710.33490.2329
Hunter Lab57.945847.3461-23.2124
CIE-Lab64.625551.4447-27.0533

#df78ce color RGB value is (223,120,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111000 11001110
Octal 337 170 316
Decimal 223 120 206
Hex DF 78 CE

RGB Percentages of Color #df78ce

%40.62
%21.86
%37.52

CMYK Percentages of Color #df78ce

%0
%46
%8
%13

Triadic Colors of #df78ce

#df78ce #cedf78 #78cedf

Analogous Colors of #df78ce

#df78ce #df789b #bd78df

Monochromatic Colors of #df78ce

#df78ce

Complementary Color

#df78ce #78df89

#df78ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df78ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df78ce Color CSS Codes

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

#df78ce Text Font Color

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

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


#df78ce Background Color

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

This div background color is #df78ce


#df78ce Border Color

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

This div border color is #df78ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df78ce


Comments

No comments written yet.

Please login to write comment.