Color Hex Logo

#df616d Color Hex

#DF616D
(223,97,109)
0 Favorites   0 Comments

Color spaces of #df616d

RGB 22397109
HSL0.980.660.63
HSV354°57°87°
CMYK 0.000.570.51   0.13
XYZ37.466425.341517.3847
Yxy25.34150.46720.3160
Hunter Lab50.340344.755214.7628
CIE-Lab57.406750.202218.0625

#df616d color RGB value is (223,97,109).

#df616d hex color red value is 223, green value is 97 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #df616d hue: 0.98 , saturation: 0.66 and the lightness value of df616d is 0.63.

The process color (four color CMYK) of #df616d color hex is 0.00, 0.57, 0.51, 0.13. Web safe color of #df616d is #cc6666. Color #df616d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100001 01101101
Octal 337 141 155
Decimal 223 97 109
Hex DF 61 6D

RGB Percentages of Color #df616d

%51.98
%22.61
%25.41

CMYK Percentages of Color #df616d

%0
%57
%51
%13

Triadic Colors of #df616d

#df616d #6ddf61 #616ddf

Analogous Colors of #df616d

#df616d #df9461 #df61ac

Monochromatic Colors of #df616d

#df616d

Complementary Color

#df616d #61dfd3

#df616d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df616d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df616d Color CSS Codes

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

#df616d Text Font Color

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

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


#df616d Background Color

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

This div background color is #df616d


#df616d Border Color

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

This div border color is #df616d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df616d


Comments

No comments written yet.

Please login to write comment.