Color Hex Logo

#df3332 Color Hex

#DF3332
(223,51,50)
0 Favorites   0 Comments

Color spaces of #df3332

RGB 2235150
HSL0.000.730.54
HSV78°87°
CMYK 0.000.770.78   0.13
XYZ32.191018.28594.8505
Yxy18.28590.58180.3305
Hunter Lab42.762059.540223.2081
CIE-Lab49.841164.728542.6203

#df3332 color RGB value is (223,51,50).

#df3332 hex color red value is 223, green value is 51 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #df3332 hue: 0.00 , saturation: 0.73 and the lightness value of df3332 is 0.54.

The process color (four color CMYK) of #df3332 color hex is 0.00, 0.77, 0.78, 0.13. Web safe color of #df3332 is #cc3333. Color #df3332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110011 00110010
Octal 337 63 62
Decimal 223 51 50
Hex DF 33 32

RGB Percentages of Color #df3332

%68.83
%15.74
%15.43

CMYK Percentages of Color #df3332

%0
%77
%78
%13

Triadic Colors of #df3332

#df3332 #32df33 #3332df

Analogous Colors of #df3332

#df3332 #df8a32 #df3288

Monochromatic Colors of #df3332

#df3332

Complementary Color

#df3332 #32dedf

#df3332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3332 Color CSS Codes

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

#df3332 Text Font Color

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

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


#df3332 Background Color

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

This div background color is #df3332


#df3332 Border Color

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

This div border color is #df3332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3332


Comments

No comments written yet.

Please login to write comment.