Color Hex Logo

#df908f Color Hex

#DF908F
(223,144,143)
0 Favorites   0 Comments

Color spaces of #df908f

RGB 223144143
HSL0.000.560.72
HSV36°87°
CMYK 0.000.350.36   0.13
XYZ45.362637.617730.8567
Yxy37.61770.39850.3305
Hunter Lab61.333324.686913.1046
CIE-Lab67.737929.802513.0066

#df908f color RGB value is (223,144,143).

#df908f hex color red value is 223, green value is 144 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #df908f hue: 0.00 , saturation: 0.56 and the lightness value of df908f is 0.72.

The process color (four color CMYK) of #df908f color hex is 0.00, 0.35, 0.36, 0.13. Web safe color of #df908f is #cc9999. Color #df908f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 10001111
Octal 337 220 217
Decimal 223 144 143
Hex DF 90 8F

RGB Percentages of Color #df908f

%43.73
%28.24
%28.04

CMYK Percentages of Color #df908f

%0
%35
%36
%13

Triadic Colors of #df908f

#df908f #8fdf90 #908fdf

Analogous Colors of #df908f

#df908f #dfb88f #df8fb6

Monochromatic Colors of #df908f

#df908f

Complementary Color

#df908f #8fdedf

#df908f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df908f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df908f Color CSS Codes

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

#df908f Text Font Color

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

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


#df908f Background Color

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

This div background color is #df908f


#df908f Border Color

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

This div border color is #df908f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df908f


Comments

No comments written yet.

Please login to write comment.