Color Hex Logo

#df003b Color Hex

#DF003B
(223,0,59)
0 Favorites   0 Comments

Color spaces of #df003b

RGB 223059
HSL0.961.000.44
HSV344°100°87°
CMYK 0.001.000.74   0.13
XYZ31.220816.00375.5812
Yxy16.00370.59120.3031
Hunter Lab40.004669.298619.7315
CIE-Lab46.979373.526334.2913

#df003b color RGB value is (223,0,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 00111011
Octal 337 0 73
Decimal 223 0 59
Hex DF 0 3B

RGB Percentages of Color #df003b

%79.08
%0.00
%20.92

CMYK Percentages of Color #df003b

%0
%100
%74
%13

Triadic Colors of #df003b

#df003b #3bdf00 #003bdf

Analogous Colors of #df003b

#df003b #df3500 #df00ab

Monochromatic Colors of #df003b

#df003b

Complementary Color

#df003b #00dfa4

#df003b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df003b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df003b Color CSS Codes

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

#df003b Text Font Color

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

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


#df003b Background Color

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

This div background color is #df003b


#df003b Border Color

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

This div border color is #df003b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df003b


Comments

No comments written yet.

Please login to write comment.