Color Hex Logo

#df395e Color Hex

#DF395E
(223,57,94)
0 Favorites   0 Comments

Color spaces of #df395e

RGB 2235794
HSL0.960.720.55
HSV347°74°87°
CMYK 0.000.740.58   0.13
XYZ33.914919.422412.5511
Yxy19.42240.51470.2948
Hunter Lab44.070960.241413.9642
CIE-Lab51.177865.080318.4884

#df395e color RGB value is (223,57,94).

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

The process color (four color CMYK) of #df395e color hex is 0.00, 0.74, 0.58, 0.13. Web safe color of #df395e is #cc3366. Color #df395e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111001 01011110
Octal 337 71 136
Decimal 223 57 94
Hex DF 39 5E

RGB Percentages of Color #df395e

%59.63
%15.24
%25.13

CMYK Percentages of Color #df395e

%0
%74
%58
%13

Triadic Colors of #df395e

#df395e #5edf39 #395edf

Analogous Colors of #df395e

#df395e #df6739 #df39b1

Monochromatic Colors of #df395e

#df395e

Complementary Color

#df395e #39dfba

#df395e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df395e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df395e Color CSS Codes

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

#df395e Text Font Color

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

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


#df395e Background Color

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

This div background color is #df395e


#df395e Border Color

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

This div border color is #df395e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df395e


Comments

No comments written yet.

Please login to write comment.