Color Hex Logo

#df908e Color Hex

#DF908E
(223,144,142)
0 Favorites   0 Comments

Color spaces of #df908e

RGB 223144142
HSL0.000.560.72
HSV36°87°
CMYK 0.000.350.36   0.13
XYZ45.287237.587530.4594
Yxy37.58750.39960.3317
Hunter Lab61.308624.563513.4596
CIE-Lab67.715529.682613.5342

#df908e color RGB value is (223,144,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 10001110
Octal 337 220 216
Decimal 223 144 142
Hex DF 90 8E

RGB Percentages of Color #df908e

%43.81
%28.29
%27.90

CMYK Percentages of Color #df908e

%0
%35
%36
%13

Triadic Colors of #df908e

#df908e #8edf90 #908edf

Analogous Colors of #df908e

#df908e #dfb98e #df8eb5

Monochromatic Colors of #df908e

#df908e

Complementary Color

#df908e #8edddf

#df908e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df908e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df908e Color CSS Codes

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

#df908e Text Font Color

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

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


#df908e Background Color

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

This div background color is #df908e


#df908e Border Color

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

This div border color is #df908e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df908e


Comments

No comments written yet.

Please login to write comment.