Color Hex Logo

#df0038 Color Hex

#DF0038
(223,0,56)
0 Favorites   0 Comments

Color spaces of #df0038

RGB 223056
HSL0.961.000.44
HSV345°100°87°
CMYK 0.001.000.75   0.13
XYZ31.145215.97355.1830
Yxy15.97350.59550.3054
Hunter Lab39.966969.158720.2879
CIE-Lab46.939773.418536.0336

#df0038 color RGB value is (223,0,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 00111000
Octal 337 0 70
Decimal 223 0 56
Hex DF 0 38

RGB Percentages of Color #df0038

%79.93
%0.00
%20.07

CMYK Percentages of Color #df0038

%0
%100
%75
%13

Triadic Colors of #df0038

#df0038 #38df00 #0038df

Analogous Colors of #df0038

#df0038 #df3800 #df00a8

Monochromatic Colors of #df0038

#df0038

Complementary Color

#df0038 #00dfa7

#df0038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df0038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df0038 Color CSS Codes

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

#df0038 Text Font Color

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

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


#df0038 Background Color

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

This div background color is #df0038


#df0038 Border Color

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

This div border color is #df0038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df0038


Comments

No comments written yet.

Please login to write comment.