Color Hex Logo

#df8488 Color Hex

#DF8488
(223,132,136)
0 Favorites   0 Comments

Color spaces of #df8488

RGB 223132136
HSL0.990.590.70
HSV357°41°87°
CMYK 0.000.410.39   0.13
XYZ43.126633.968127.5760
Yxy33.96810.41200.3245
Hunter Lab58.282230.089512.7447
CIE-Lab64.937235.345813.0091

#df8488 color RGB value is (223,132,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 10001000
Octal 337 204 210
Decimal 223 132 136
Hex DF 84 88

RGB Percentages of Color #df8488

%45.42
%26.88
%27.70

CMYK Percentages of Color #df8488

%0
%41
%39
%13

Triadic Colors of #df8488

#df8488 #88df84 #8488df

Analogous Colors of #df8488

#df8488 #dfae84 #df84b6

Monochromatic Colors of #df8488

#df8488

Complementary Color

#df8488 #84dfdb

#df8488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8488 Color CSS Codes

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

#df8488 Text Font Color

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

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


#df8488 Background Color

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

This div background color is #df8488


#df8488 Border Color

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

This div border color is #df8488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8488


Comments

No comments written yet.

Please login to write comment.