Color Hex Logo

#df708d Color Hex

#DF708D
(223,112,141)
0 Favorites   0 Comments

Color spaces of #df708d

RGB 223112141
HSL0.960.630.66
HSV344°50°87°
CMYK 0.000.500.37   0.13
XYZ41.033329.199428.6727
Yxy29.19940.41490.2952
Hunter Lab54.036540.98256.3652
CIE-Lab60.957246.18134.4913

#df708d color RGB value is (223,112,141).

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

The process color (four color CMYK) of #df708d color hex is 0.00, 0.50, 0.37, 0.13. Web safe color of #df708d is #cc6699. Color #df708d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110000 10001101
Octal 337 160 215
Decimal 223 112 141
Hex DF 70 8D

RGB Percentages of Color #df708d

%46.85
%23.53
%29.62

CMYK Percentages of Color #df708d

%0
%50
%37
%13

Triadic Colors of #df708d

#df708d #8ddf70 #708ddf

Analogous Colors of #df708d

#df708d #df8b70 #df70c5

Monochromatic Colors of #df708d

#df708d

Complementary Color

#df708d #70dfc2

#df708d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df708d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df708d Color CSS Codes

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

#df708d Text Font Color

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

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


#df708d Background Color

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

This div background color is #df708d


#df708d Border Color

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

This div border color is #df708d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df708d


Comments

No comments written yet.

Please login to write comment.