Color Hex Logo

#df858e Color Hex

#DF858E
(223,133,142)
0 Favorites   0 Comments

Color spaces of #df858e

RGB 223133142
HSL0.980.580.70
HSV354°40°87°
CMYK 0.000.400.36   0.13
XYZ43.701434.416029.9308
Yxy34.41600.40450.3185
Hunter Lab58.665230.305910.8160
CIE-Lab65.291435.518510.1159

#df858e color RGB value is (223,133,142).

#df858e hex color red value is 223, green value is 133 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #df858e hue: 0.98 , saturation: 0.58 and the lightness value of df858e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 10001110
Octal 337 205 216
Decimal 223 133 142
Hex DF 85 8E

RGB Percentages of Color #df858e

%44.78
%26.71
%28.51

CMYK Percentages of Color #df858e

%0
%40
%36
%13

Triadic Colors of #df858e

#df858e #8edf85 #858edf

Analogous Colors of #df858e

#df858e #dfa985 #df85bb

Monochromatic Colors of #df858e

#df858e

Complementary Color

#df858e #85dfd6

#df858e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df858e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df858e Color CSS Codes

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

#df858e Text Font Color

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

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


#df858e Background Color

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

This div background color is #df858e


#df858e Border Color

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

This div border color is #df858e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df858e


Comments

No comments written yet.

Please login to write comment.