Color Hex Logo

#df0338 Color Hex

#DF0338
(223,3,56)
0 Favorites   0 Comments

Color spaces of #df0338

RGB 223356
HSL0.960.970.44
HSV346°99°87°
CMYK 0.000.990.75   0.13
XYZ31.177816.03865.1939
Yxy16.03860.59490.3060
Hunter Lab40.048268.879020.3444
CIE-Lab47.025173.170636.1300

#df0338 color RGB value is (223,3,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000011 00111000
Octal 337 3 70
Decimal 223 3 56
Hex DF 3 38

RGB Percentages of Color #df0338

%79.08
%1.06
%19.86

CMYK Percentages of Color #df0338

%0
%99
%75
%13

Triadic Colors of #df0338

#df0338 #38df03 #0338df

Analogous Colors of #df0338

#df0338 #df3c03 #df03a6

Monochromatic Colors of #df0338

#df0338

Complementary Color

#df0338 #03dfaa

#df0338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df0338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df0338 Color CSS Codes

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

#df0338 Text Font Color

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

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


#df0338 Background Color

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

This div background color is #df0338


#df0338 Border Color

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

This div border color is #df0338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df0338


Comments

No comments written yet.

Please login to write comment.