Color Hex Logo

#df4360 Color Hex

#DF4360
(223,67,96)
0 Favorites   0 Comments

Color spaces of #df4360

RGB 2236796
HSL0.970.710.57
HSV349°70°87°
CMYK 0.000.700.57   0.13
XYZ34.549920.546813.2113
Yxy20.54680.50580.3008
Hunter Lab45.328656.729514.4496
CIE-Lab52.449961.796819.0041

#df4360 color RGB value is (223,67,96).

#df4360 hex color red value is 223, green value is 67 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #df4360 hue: 0.97 , saturation: 0.71 and the lightness value of df4360 is 0.57.

The process color (four color CMYK) of #df4360 color hex is 0.00, 0.70, 0.57, 0.13. Web safe color of #df4360 is #cc3366. Color #df4360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000011 01100000
Octal 337 103 140
Decimal 223 67 96
Hex DF 43 60

RGB Percentages of Color #df4360

%57.77
%17.36
%24.87

CMYK Percentages of Color #df4360

%0
%70
%57
%13

Triadic Colors of #df4360

#df4360 #60df43 #4360df

Analogous Colors of #df4360

#df4360 #df7443 #df43ae

Monochromatic Colors of #df4360

#df4360

Complementary Color

#df4360 #43dfc2

#df4360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4360 Color CSS Codes

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

#df4360 Text Font Color

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

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


#df4360 Background Color

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

This div background color is #df4360


#df4360 Border Color

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

This div border color is #df4360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4360


Comments

No comments written yet.

Please login to write comment.