Color Hex Logo

#df649f Color Hex

#DF649F
(223,100,159)
0 Favorites   0 Comments

Color spaces of #df649f

RGB 223100159
HSL0.920.660.63
HSV331°55°87°
CMYK 0.000.550.29   0.13
XYZ41.246627.305535.8974
Yxy27.30550.39490.2614
Hunter Lab52.254749.4512-4.1522
CIE-Lab59.256054.1676-8.4131

#df649f color RGB value is (223,100,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100100 10011111
Octal 337 144 237
Decimal 223 100 159
Hex DF 64 9F

RGB Percentages of Color #df649f

%46.27
%20.75
%32.99

CMYK Percentages of Color #df649f

%0
%55
%29
%13

Triadic Colors of #df649f

#df649f #9fdf64 #649fdf

Analogous Colors of #df649f

#df649f #df6764 #df64dd

Monochromatic Colors of #df649f

#df649f

Complementary Color

#df649f #64dfa4

#df649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df649f Color CSS Codes

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

#df649f Text Font Color

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

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


#df649f Background Color

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

This div background color is #df649f


#df649f Border Color

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

This div border color is #df649f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,100,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 #df649f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df649f


Comments

No comments written yet.

Please login to write comment.