Color Hex Logo

#df396c Color Hex

#DF396C
(223,57,108)
0 Favorites   0 Comments

Color spaces of #df396c

RGB 22357108
HSL0.950.720.55
HSV342°74°87°
CMYK 0.000.740.52   0.13
XYZ34.601319.696916.1656
Yxy19.69690.49110.2795
Hunter Lab44.381261.49859.4708
CIE-Lab51.492866.099110.4641

#df396c color RGB value is (223,57,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111001 01101100
Octal 337 71 154
Decimal 223 57 108
Hex DF 39 6C

RGB Percentages of Color #df396c

%57.47
%14.69
%27.84

CMYK Percentages of Color #df396c

%0
%74
%52
%13

Triadic Colors of #df396c

#df396c #6cdf39 #396cdf

Analogous Colors of #df396c

#df396c #df5939 #df39bf

Monochromatic Colors of #df396c

#df396c

Complementary Color

#df396c #39dfac

#df396c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df396c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df396c Color CSS Codes

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

#df396c Text Font Color

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

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


#df396c Background Color

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

This div background color is #df396c


#df396c Border Color

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

This div border color is #df396c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df396c


Comments

No comments written yet.

Please login to write comment.