Color Hex Logo

#df19cc Color Hex

#DF19CC
(223,25,204)
0 Favorites   0 Comments

Color spaces of #df19cc

RGB 22325204
HSL0.850.800.49
HSV306°89°87°
CMYK 0.000.890.09   0.13
XYZ41.678120.742958.9338
Yxy20.74290.34340.1709
Hunter Lab45.544483.6444-44.8394
CIE-Lab52.667083.8843-44.6001

#df19cc color RGB value is (223,25,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011001 11001100
Octal 337 31 314
Decimal 223 25 204
Hex DF 19 CC

RGB Percentages of Color #df19cc

%49.34
%5.53
%45.13

CMYK Percentages of Color #df19cc

%0
%89
%9
%13

Triadic Colors of #df19cc

#df19cc #ccdf19 #19ccdf

Analogous Colors of #df19cc

#df19cc #df1969 #8f19df

Monochromatic Colors of #df19cc

#df19cc

Complementary Color

#df19cc #19df2c

#df19cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df19cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df19cc Color CSS Codes

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

#df19cc Text Font Color

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

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


#df19cc Background Color

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

This div background color is #df19cc


#df19cc Border Color

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

This div border color is #df19cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df19cc


Comments

No comments written yet.

Please login to write comment.