Color Hex Logo

#dd808d Color Hex

#DD808D
(221,128,141)
0 Favorites   0 Comments

Color spaces of #dd808d

RGB 221128141
HSL0.980.580.68
HSV352°42°87°
CMYK 0.000.420.36   0.13
XYZ42.345732.733629.2857
Yxy32.73360.40570.3136
Hunter Lab57.213331.99139.7006
CIE-Lab63.944637.29128.7349

#dd808d color RGB value is (221,128,141).

#dd808d hex color red value is 221, green value is 128 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dd808d hue: 0.98 , saturation: 0.58 and the lightness value of dd808d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 10001101
Octal 335 200 215
Decimal 221 128 141
Hex DD 80 8D

RGB Percentages of Color #dd808d

%45.10
%26.12
%28.78

CMYK Percentages of Color #dd808d

%0
%42
%36
%13

Triadic Colors of #dd808d

#dd808d #8ddd80 #808ddd

Analogous Colors of #dd808d

#dd808d #dda280 #dd80bc

Monochromatic Colors of #dd808d

#dd808d

Complementary Color

#dd808d #80ddd0

#dd808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd808d Color CSS Codes

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

#dd808d Text Font Color

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

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


#dd808d Background Color

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

This div background color is #dd808d


#dd808d Border Color

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

This div border color is #dd808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd808d

#dd808d Color Palettes


Comments

No comments written yet.

Please login to write comment.