Color Hex Logo

#df947b Color Hex

#DF947B
(223,148,123)
0 Favorites   0 Comments

Color spaces of #df947b

RGB 223148123
HSL0.040.610.68
HSV15°45°87°
CMYK 0.000.340.45   0.13
XYZ44.596538.297823.7806
Yxy38.29780.41810.3590
Hunter Lab61.885220.333820.5363
CIE-Lab68.239525.428224.7968

#df947b color RGB value is (223,148,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010100 01111011
Octal 337 224 173
Decimal 223 148 123
Hex DF 94 7B

RGB Percentages of Color #df947b

%45.14
%29.96
%24.90

CMYK Percentages of Color #df947b

%0
%34
%45
%13

Triadic Colors of #df947b

#df947b #7bdf94 #947bdf

Analogous Colors of #df947b

#df947b #dfc67b #df7b94

Monochromatic Colors of #df947b

#df947b

Complementary Color

#df947b #7bc6df

#df947b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df947b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df947b Color CSS Codes

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

#df947b Text Font Color

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

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


#df947b Background Color

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

This div background color is #df947b


#df947b Border Color

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

This div border color is #df947b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df947b


Comments

No comments written yet.

Please login to write comment.