Color Hex Logo

#dd808c Color Hex

#DD808C
(221,128,140)
0 Favorites   0 Comments

Color spaces of #dd808c

RGB 221128140
HSL0.980.580.68
HSV352°42°87°
CMYK 0.000.420.37   0.13
XYZ42.271632.703928.8955
Yxy32.70390.40700.3149
Hunter Lab57.187331.865410.0732
CIE-Lab63.920437.17259.2691

#dd808c color RGB value is (221,128,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 10001100
Octal 335 200 214
Decimal 221 128 140
Hex DD 80 8C

RGB Percentages of Color #dd808c

%45.19
%26.18
%28.63

CMYK Percentages of Color #dd808c

%0
%42
%37
%13

Triadic Colors of #dd808c

#dd808c #8cdd80 #808cdd

Analogous Colors of #dd808c

#dd808c #dda380 #dd80bb

Monochromatic Colors of #dd808c

#dd808c

Complementary Color

#dd808c #80ddd1

#dd808c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd808c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd808c Color CSS Codes

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

#dd808c Text Font Color

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

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


#dd808c Background Color

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

This div background color is #dd808c


#dd808c Border Color

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

This div border color is #dd808c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,128,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd808c


Comments

No comments written yet.

Please login to write comment.