Color Hex Logo

#df749f Color Hex

#DF749F
(223,116,159)
0 Favorites   0 Comments

Color spaces of #df749f

RGB 223116159
HSL0.930.630.66
HSV336°48°87°
CMYK 0.000.480.29   0.13
XYZ42.934830.682036.4602
Yxy30.68200.39000.2787
Hunter Lab55.391341.4237-0.2525
CIE-Lab62.238346.4089-3.9896

#df749f color RGB value is (223,116,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110100 10011111
Octal 337 164 237
Decimal 223 116 159
Hex DF 74 9F

RGB Percentages of Color #df749f

%44.78
%23.29
%31.93

CMYK Percentages of Color #df749f

%0
%48
%29
%13

Triadic Colors of #df749f

#df749f #9fdf74 #749fdf

Analogous Colors of #df749f

#df749f #df7f74 #df74d5

Monochromatic Colors of #df749f

#df749f

Complementary Color

#df749f #74dfb4

#df749f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df749f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df749f Color CSS Codes

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

#df749f Text Font Color

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

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


#df749f Background Color

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

This div background color is #df749f


#df749f Border Color

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

This div border color is #df749f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df749f


Comments

No comments written yet.

Please login to write comment.