Color Hex Logo

#df707e Color Hex

#DF707E
(223,112,126)
0 Favorites   0 Comments

Color spaces of #df707e

RGB 223112126
HSL0.980.630.66
HSV352°50°87°
CMYK 0.000.500.43   0.13
XYZ39.991528.782723.1865
Yxy28.78270.43490.3130
Hunter Lab53.649539.171111.9304
CIE-Lab60.589444.541312.6184

#df707e color RGB value is (223,112,126).

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

The process color (four color CMYK) of #df707e color hex is 0.00, 0.50, 0.43, 0.13. Web safe color of #df707e is #cc6666. Color #df707e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110000 01111110
Octal 337 160 176
Decimal 223 112 126
Hex DF 70 7E

RGB Percentages of Color #df707e

%48.37
%24.30
%27.33

CMYK Percentages of Color #df707e

%0
%50
%43
%13

Triadic Colors of #df707e

#df707e #7edf70 #707edf

Analogous Colors of #df707e

#df707e #df9a70 #df70b6

Monochromatic Colors of #df707e

#df707e

Complementary Color

#df707e #70dfd1

#df707e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df707e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df707e Color CSS Codes

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

#df707e Text Font Color

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

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


#df707e Background Color

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

This div background color is #df707e


#df707e Border Color

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

This div border color is #df707e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df707e


Comments

No comments written yet.

Please login to write comment.