Color Hex Logo

#df947e Color Hex

#DF947E
(223,148,126)
0 Favorites   0 Comments

Color spaces of #df947e

RGB 223148126
HSL0.040.600.68
HSV14°43°87°
CMYK 0.000.340.43   0.13
XYZ44.787238.374124.7851
Yxy38.37410.41490.3555
Hunter Lab61.946820.647519.6407
CIE-Lab68.295425.740223.2207

#df947e color RGB value is (223,148,126).

#df947e hex color red value is 223, green value is 148 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #df947e hue: 0.04 , saturation: 0.60 and the lightness value of df947e is 0.68.

The process color (four color CMYK) of #df947e color hex is 0.00, 0.34, 0.43, 0.13. Web safe color of #df947e is #cc9966. Color #df947e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010100 01111110
Octal 337 224 176
Decimal 223 148 126
Hex DF 94 7E

RGB Percentages of Color #df947e

%44.87
%29.78
%25.35

CMYK Percentages of Color #df947e

%0
%34
%43
%13

Triadic Colors of #df947e

#df947e #7edf94 #947edf

Analogous Colors of #df947e

#df947e #dfc57e #df7e99

Monochromatic Colors of #df947e

#df947e

Complementary Color

#df947e #7ec9df

#df947e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df947e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df947e Color CSS Codes

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

#df947e Text Font Color

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

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


#df947e Background Color

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

This div background color is #df947e


#df947e Border Color

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

This div border color is #df947e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,148,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 #df947e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df947e


Comments

No comments written yet.

Please login to write comment.