Color Hex Logo

#df364d Color Hex

#DF364D
(223,54,77)
0 Favorites   0 Comments

Color spaces of #df364d

RGB 2235477
HSL0.980.730.54
HSV352°76°87°
CMYK 0.000.760.65   0.13
XYZ33.090118.86218.9179
Yxy18.86210.54360.3099
Hunter Lab43.430559.997318.2269
CIE-Lab50.525564.993427.8436

#df364d color RGB value is (223,54,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110110 01001101
Octal 337 66 115
Decimal 223 54 77
Hex DF 36 4D

RGB Percentages of Color #df364d

%62.99
%15.25
%21.75

CMYK Percentages of Color #df364d

%0
%76
%65
%13

Triadic Colors of #df364d

#df364d #4ddf36 #364ddf

Analogous Colors of #df364d

#df364d #df7436 #df36a2

Monochromatic Colors of #df364d

#df364d

Complementary Color

#df364d #36dfc8

#df364d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df364d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df364d Color CSS Codes

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

#df364d Text Font Color

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

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


#df364d Background Color

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

This div background color is #df364d


#df364d Border Color

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

This div border color is #df364d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df364d


Comments

No comments written yet.

Please login to write comment.