Color Hex Logo

#df937d Color Hex

#DF937D
(223,147,125)
0 Favorites   0 Comments

Color spaces of #df937d

RGB 223147125
HSL0.040.600.68
HSV13°44°87°
CMYK 0.000.340.44   0.13
XYZ44.566838.036124.3948
Yxy38.03610.41650.3555
Hunter Lab61.673421.060219.7193
CIE-Lab68.047226.170923.4371

#df937d color RGB value is (223,147,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010011 01111101
Octal 337 223 175
Decimal 223 147 125
Hex DF 93 7D

RGB Percentages of Color #df937d

%45.05
%29.70
%25.25

CMYK Percentages of Color #df937d

%0
%34
%44
%13

Triadic Colors of #df937d

#df937d #7ddf93 #937ddf

Analogous Colors of #df937d

#df937d #dfc47d #df7d98

Monochromatic Colors of #df937d

#df937d

Complementary Color

#df937d #7dc9df

#df937d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df937d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df937d Color CSS Codes

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

#df937d Text Font Color

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

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


#df937d Background Color

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

This div background color is #df937d


#df937d Border Color

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

This div border color is #df937d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df937d


Comments

No comments written yet.

Please login to write comment.