Color Hex Logo

#df374d Color Hex

#DF374D
(223,55,77)
0 Favorites   0 Comments

Color spaces of #df374d

RGB 2235577
HSL0.980.720.55
HSV352°75°87°
CMYK 0.000.750.65   0.13
XYZ33.137218.95628.9336
Yxy18.95620.54300.3106
Hunter Lab43.538759.663118.3115
CIE-Lab50.635964.684227.9830

#df374d color RGB value is (223,55,77).

#df374d hex color red value is 223, green value is 55 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #df374d hue: 0.98 , saturation: 0.72 and the lightness value of df374d is 0.55.

The process color (four color CMYK) of #df374d color hex is 0.00, 0.75, 0.65, 0.13. Web safe color of #df374d is #cc3366. Color #df374d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110111 01001101
Octal 337 67 115
Decimal 223 55 77
Hex DF 37 4D

RGB Percentages of Color #df374d

%62.82
%15.49
%21.69

CMYK Percentages of Color #df374d

%0
%75
%65
%13

Triadic Colors of #df374d

#df374d #4ddf37 #374ddf

Analogous Colors of #df374d

#df374d #df7537 #df37a1

Monochromatic Colors of #df374d

#df374d

Complementary Color

#df374d #37dfc9

#df374d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df374d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df374d Color CSS Codes

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

#df374d Text Font Color

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

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


#df374d Background Color

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

This div background color is #df374d


#df374d Border Color

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

This div border color is #df374d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df374d


Comments

No comments written yet.

Please login to write comment.