Color Hex Logo

#dd798c Color Hex

#DD798C
(221,121,140)
0 Favorites   0 Comments

Color spaces of #dd798c

RGB 221121140
HSL0.970.600.67
HSV349°45°87°
CMYK 0.000.450.37   0.13
XYZ41.389830.940328.6015
Yxy30.94030.41010.3065
Hunter Lab55.624035.47988.4503
CIE-Lab62.457240.80717.1837

#dd798c color RGB value is (221,121,140).

#dd798c hex color red value is 221, green value is 121 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dd798c hue: 0.97 , saturation: 0.60 and the lightness value of dd798c is 0.67.

The process color (four color CMYK) of #dd798c color hex is 0.00, 0.45, 0.37, 0.13. Web safe color of #dd798c is #cc6699. Color #dd798c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111001 10001100
Octal 335 171 214
Decimal 221 121 140
Hex DD 79 8C

RGB Percentages of Color #dd798c

%45.85
%25.10
%29.05

CMYK Percentages of Color #dd798c

%0
%45
%37
%13

Triadic Colors of #dd798c

#dd798c #8cdd79 #798cdd

Analogous Colors of #dd798c

#dd798c #dd9879 #dd79be

Monochromatic Colors of #dd798c

#dd798c

Complementary Color

#dd798c #79ddca

#dd798c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd798c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd798c Color CSS Codes

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

#dd798c Text Font Color

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

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


#dd798c Background Color

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

This div background color is #dd798c


#dd798c Border Color

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

This div border color is #dd798c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd798c


Comments

No comments written yet.

Please login to write comment.