Color Hex Logo

#df848d Color Hex

#DF848D
(223,132,141)
0 Favorites   0 Comments

Color spaces of #df848d

RGB 223132141
HSL0.980.590.70
HSV354°41°87°
CMYK 0.000.410.37   0.13
XYZ43.490434.113629.4917
Yxy34.11360.40610.3185
Hunter Lab58.406830.701110.9472
CIE-Lab65.052635.925710.3433

#df848d color RGB value is (223,132,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 10001101
Octal 337 204 215
Decimal 223 132 141
Hex DF 84 8D

RGB Percentages of Color #df848d

%44.96
%26.61
%28.43

CMYK Percentages of Color #df848d

%0
%41
%37
%13

Triadic Colors of #df848d

#df848d #8ddf84 #848ddf

Analogous Colors of #df848d

#df848d #dfa984 #df84bb

Monochromatic Colors of #df848d

#df848d

Complementary Color

#df848d #84dfd6

#df848d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df848d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df848d Color CSS Codes

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

#df848d Text Font Color

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

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


#df848d Background Color

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

This div background color is #df848d


#df848d Border Color

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

This div border color is #df848d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df848d


Comments

No comments written yet.

Please login to write comment.