Color Hex Logo

#df748c Color Hex

#DF748C
(223,116,140)
0 Favorites   0 Comments

Color spaces of #df748c

RGB 223116140
HSL0.960.630.66
HSV347°48°87°
CMYK 0.000.480.37   0.13
XYZ41.410430.072228.4329
Yxy30.07220.41450.3010
Hunter Lab54.838138.82567.6455
CIE-Lab61.716544.06286.1587

#df748c color RGB value is (223,116,140).

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

The process color (four color CMYK) of #df748c color hex is 0.00, 0.48, 0.37, 0.13. Web safe color of #df748c is #cc6699. Color #df748c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110100 10001100
Octal 337 164 214
Decimal 223 116 140
Hex DF 74 8C

RGB Percentages of Color #df748c

%46.56
%24.22
%29.23

CMYK Percentages of Color #df748c

%0
%48
%37
%13

Triadic Colors of #df748c

#df748c #8cdf74 #748cdf

Analogous Colors of #df748c

#df748c #df9274 #df74c2

Monochromatic Colors of #df748c

#df748c

Complementary Color

#df748c #74dfc7

#df748c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df748c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df748c Color CSS Codes

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

#df748c Text Font Color

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

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


#df748c Background Color

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

This div background color is #df748c


#df748c Border Color

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

This div border color is #df748c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df748c


Comments

No comments written yet.

Please login to write comment.