Color Hex Logo

#df917c Color Hex

#DF917C
(223,145,124)
0 Favorites   0 Comments

Color spaces of #df917c

RGB 223145124
HSL0.040.610.68
HSV13°44°87°
CMYK 0.000.350.44   0.13
XYZ44.194937.394023.9572
Yxy37.39400.41870.3543
Hunter Lab61.150621.992219.5772
CIE-Lab67.571627.137523.3478

#df917c color RGB value is (223,145,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010001 01111100
Octal 337 221 174
Decimal 223 145 124
Hex DF 91 7C

RGB Percentages of Color #df917c

%45.33
%29.47
%25.20

CMYK Percentages of Color #df917c

%0
%35
%44
%13

Triadic Colors of #df917c

#df917c #7cdf91 #917cdf

Analogous Colors of #df917c

#df917c #dfc37c #df7c99

Monochromatic Colors of #df917c

#df917c

Complementary Color

#df917c #7ccadf

#df917c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df917c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df917c Color CSS Codes

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

#df917c Text Font Color

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

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


#df917c Background Color

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

This div background color is #df917c


#df917c Border Color

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

This div border color is #df917c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df917c


Comments

No comments written yet.

Please login to write comment.