Color Hex Logo

#df004c Color Hex

#DF004C
(223,0,76)
1 Favorites   0 Comments

Color spaces of #df004c

RGB 223076
HSL0.941.000.44
HSV340°100°87°
CMYK 0.001.000.66   0.13
XYZ31.735916.20988.2936
Yxy16.20980.56430.2882
Hunter Lab40.261470.244515.9696
CIE-Lab47.248574.252924.2697

#df004c color RGB value is (223,0,76).

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

The process color (four color CMYK) of #df004c color hex is 0.00, 1.00, 0.66, 0.13. Web safe color of #df004c is #cc0033. Color #df004c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 01001100
Octal 337 0 114
Decimal 223 0 76
Hex DF 0 4C

RGB Percentages of Color #df004c

%74.58
%0.00
%25.42

CMYK Percentages of Color #df004c

%0
%100
%66
%13

Triadic Colors of #df004c

#df004c #4cdf00 #004cdf

Analogous Colors of #df004c

#df004c #df2300 #df00bc

Monochromatic Colors of #df004c

#df004c

Complementary Color

#df004c #00df93

#df004c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df004c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df004c Color CSS Codes

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

#df004c Text Font Color

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

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


#df004c Background Color

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

This div background color is #df004c


#df004c Border Color

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

This div border color is #df004c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df004c


Comments

No comments written yet.

Please login to write comment.