Color Hex Logo

#df838e Color Hex

#DF838E
(223,131,142)
0 Favorites   0 Comments

Color spaces of #df838e

RGB 223131142
HSL0.980.590.69
HSV353°41°87°
CMYK 0.000.410.36   0.13
XYZ43.430233.873629.8404
Yxy33.87360.40530.3161
Hunter Lab58.201031.346710.3420
CIE-Lab64.862136.56919.5068

#df838e color RGB value is (223,131,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000011 10001110
Octal 337 203 216
Decimal 223 131 142
Hex DF 83 8E

RGB Percentages of Color #df838e

%44.96
%26.41
%28.63

CMYK Percentages of Color #df838e

%0
%41
%36
%13

Triadic Colors of #df838e

#df838e #8edf83 #838edf

Analogous Colors of #df838e

#df838e #dfa683 #df83bc

Monochromatic Colors of #df838e

#df838e

Complementary Color

#df838e #83dfd4

#df838e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df838e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df838e Color CSS Codes

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

#df838e Text Font Color

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

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


#df838e Background Color

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

This div background color is #df838e


#df838e Border Color

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

This div border color is #df838e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df838e


Comments

No comments written yet.

Please login to write comment.