Color Hex Logo

#dd769c Color Hex

#DD769C
(221,118,156)
0 Favorites   0 Comments

Color spaces of #dd769c

RGB 221118156
HSL0.940.600.66
HSV338°47°87°
CMYK 0.000.470.29   0.13
XYZ42.298030.729335.1545
Yxy30.72930.39100.2841
Hunter Lab55.434039.19191.2040
CIE-Lab62.278444.3295-2.2423

#dd769c color RGB value is (221,118,156).

#dd769c hex color red value is 221, green value is 118 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dd769c hue: 0.94 , saturation: 0.60 and the lightness value of dd769c is 0.66.

The process color (four color CMYK) of #dd769c color hex is 0.00, 0.47, 0.29, 0.13. Web safe color of #dd769c is #cc6699. Color #dd769c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110110 10011100
Octal 335 166 234
Decimal 221 118 156
Hex DD 76 9C

RGB Percentages of Color #dd769c

%44.65
%23.84
%31.52

CMYK Percentages of Color #dd769c

%0
%47
%29
%13

Triadic Colors of #dd769c

#dd769c #9cdd76 #769cdd

Analogous Colors of #dd769c

#dd769c #dd8476 #dd76d0

Monochromatic Colors of #dd769c

#dd769c

Complementary Color

#dd769c #76ddb7

#dd769c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd769c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd769c Color CSS Codes

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

#dd769c Text Font Color

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

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


#dd769c Background Color

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

This div background color is #dd769c


#dd769c Border Color

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

This div border color is #dd769c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd769c


Comments

No comments written yet.

Please login to write comment.