Color Hex Logo

#df648f Color Hex

#DF648F
(223,100,143)
0 Favorites   0 Comments

Color spaces of #df648f

RGB 223100143
HSL0.940.660.63
HSV339°55°87°
CMYK 0.000.550.36   0.13
XYZ39.946526.785529.0513
Yxy26.78550.41710.2796
Hunter Lab51.754747.20322.9472
CIE-Lab58.775352.22010.1675

#df648f color RGB value is (223,100,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100100 10001111
Octal 337 144 217
Decimal 223 100 143
Hex DF 64 8F

RGB Percentages of Color #df648f

%47.85
%21.46
%30.69

CMYK Percentages of Color #df648f

%0
%55
%36
%13

Triadic Colors of #df648f

#df648f #8fdf64 #648fdf

Analogous Colors of #df648f

#df648f #df7764 #df64cd

Monochromatic Colors of #df648f

#df648f

Complementary Color

#df648f #64dfb4

#df648f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df648f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df648f Color CSS Codes

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

#df648f Text Font Color

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

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


#df648f Background Color

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

This div background color is #df648f


#df648f Border Color

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

This div border color is #df648f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df648f


Comments

No comments written yet.

Please login to write comment.