Color Hex Logo

#df00cc Color Hex

#DF00CC
(223,0,204)
0 Favorites   0 Comments

Color spaces of #df00cc

RGB 2230204
HSL0.851.000.44
HSV305°100°87°
CMYK 0.001.000.09   0.13
XYZ41.330520.047658.8180
Yxy20.04760.34390.1668
Hunter Lab44.774586.4144-46.5440
CIE-Lab51.891086.1700-45.8312

#df00cc color RGB value is (223,0,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 11001100
Octal 337 0 314
Decimal 223 0 204
Hex DF 0 CC

RGB Percentages of Color #df00cc

%52.22
%0.00
%47.78

CMYK Percentages of Color #df00cc

%0
%100
%9
%13

Triadic Colors of #df00cc

#df00cc #ccdf00 #00ccdf

Analogous Colors of #df00cc

#df00cc #df005d #8300df

Monochromatic Colors of #df00cc

#df00cc

Complementary Color

#df00cc #00df13

#df00cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df00cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df00cc Color CSS Codes

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

#df00cc Text Font Color

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

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


#df00cc Background Color

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

This div background color is #df00cc


#df00cc Border Color

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

This div border color is #df00cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df00cc


Comments

No comments written yet.

Please login to write comment.