Color Hex Logo

#df316e Color Hex

#DF316E
(223,49,110)
0 Favorites   0 Comments

Color spaces of #df316e

RGB 22349110
HSL0.940.730.53
HSV339°78°87°
CMYK 0.000.780.51   0.13
XYZ34.344219.010416.6111
Yxy19.01040.49090.2717
Hunter Lab43.600964.30197.9323
CIE-Lab50.699468.63258.1321

#df316e color RGB value is (223,49,110).

#df316e hex color red value is 223, green value is 49 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #df316e hue: 0.94 , saturation: 0.73 and the lightness value of df316e is 0.53.

The process color (four color CMYK) of #df316e color hex is 0.00, 0.78, 0.51, 0.13. Web safe color of #df316e is #cc3366. Color #df316e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110001 01101110
Octal 337 61 156
Decimal 223 49 110
Hex DF 31 6E

RGB Percentages of Color #df316e

%58.38
%12.83
%28.80

CMYK Percentages of Color #df316e

%0
%78
%51
%13

Triadic Colors of #df316e

#df316e #6edf31 #316edf

Analogous Colors of #df316e

#df316e #df4b31 #df31c5

Monochromatic Colors of #df316e

#df316e

Complementary Color

#df316e #31dfa2

#df316e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df316e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df316e Color CSS Codes

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

#df316e Text Font Color

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

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


#df316e Background Color

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

This div background color is #df316e


#df316e Border Color

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

This div border color is #df316e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df316e


Comments

No comments written yet.

Please login to write comment.