Color Hex Logo

#df00ce Color Hex

#DF00CE
(223,0,206)
0 Favorites   0 Comments

Color spaces of #df00ce

RGB 2230206
HSL0.851.000.44
HSV305°100°87°
CMYK 0.001.000.08   0.13
XYZ41.572020.144260.0897
Yxy20.14420.34130.1654
Hunter Lab44.882386.7907-47.9616
CIE-Lab51.999986.4371-46.8090

#df00ce color RGB value is (223,0,206).

#df00ce hex color red value is 223, green value is 0 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #df00ce hue: 0.85 , saturation: 1.00 and the lightness value of df00ce is 0.44.

The process color (four color CMYK) of #df00ce color hex is 0.00, 1.00, 0.08, 0.13. Web safe color of #df00ce is #cc00cc. Color #df00ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 11001110
Octal 337 0 316
Decimal 223 0 206
Hex DF 0 CE

RGB Percentages of Color #df00ce

%51.98
%0.00
%48.02

CMYK Percentages of Color #df00ce

%0
%100
%8
%13

Triadic Colors of #df00ce

#df00ce #cedf00 #00cedf

Analogous Colors of #df00ce

#df00ce #df005f #8100df

Monochromatic Colors of #df00ce

#df00ce

Complementary Color

#df00ce #00df11

#df00ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df00ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df00ce Color CSS Codes

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

#df00ce Text Font Color

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

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


#df00ce Background Color

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

This div background color is #df00ce


#df00ce Border Color

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

This div border color is #df00ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df00ce


Comments

No comments written yet.

Please login to write comment.