Color Hex Logo

#dd778d Color Hex

#DD778D
(221,119,141)
0 Favorites   0 Comments

Color spaces of #dd778d

RGB 221119141
HSL0.960.600.67
HSV347°46°87°
CMYK 0.000.460.36   0.13
XYZ41.223330.488928.9115
Yxy30.48890.40970.3030
Hunter Lab55.216836.63387.6075
CIE-Lab62.073841.95096.0615

#dd778d color RGB value is (221,119,141).

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

The process color (four color CMYK) of #dd778d color hex is 0.00, 0.46, 0.36, 0.13. Web safe color of #dd778d is #cc6699. Color #dd778d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110111 10001101
Octal 335 167 215
Decimal 221 119 141
Hex DD 77 8D

RGB Percentages of Color #dd778d

%45.95
%24.74
%29.31

CMYK Percentages of Color #dd778d

%0
%46
%36
%13

Triadic Colors of #dd778d

#dd778d #8ddd77 #778ddd

Analogous Colors of #dd778d

#dd778d #dd9477 #dd77c0

Monochromatic Colors of #dd778d

#dd778d

Complementary Color

#dd778d #77ddc7

#dd778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd778d Color CSS Codes

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

#dd778d Text Font Color

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

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


#dd778d Background Color

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

This div background color is #dd778d


#dd778d Border Color

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

This div border color is #dd778d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd778d


Comments

No comments written yet.

Please login to write comment.