Color Hex Logo

#dd769f Color Hex

#DD769F
(221,118,159)
0 Favorites   0 Comments

Color spaces of #dd769f

RGB 221118159
HSL0.930.600.66
HSV336°47°87°
CMYK 0.000.470.28   0.13
XYZ42.555230.832236.5092
Yxy30.83220.38720.2806
Hunter Lab55.526839.6290-0.1148
CIE-Lab62.365744.7255-3.8320

#dd769f color RGB value is (221,118,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110110 10011111
Octal 335 166 237
Decimal 221 118 159
Hex DD 76 9F

RGB Percentages of Color #dd769f

%44.38
%23.69
%31.93

CMYK Percentages of Color #dd769f

%0
%47
%28
%13

Triadic Colors of #dd769f

#dd769f #9fdd76 #769fdd

Analogous Colors of #dd769f

#dd769f #dd8176 #dd76d3

Monochromatic Colors of #dd769f

#dd769f

Complementary Color

#dd769f #76ddb4

#dd769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd769f Color CSS Codes

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

#dd769f Text Font Color

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

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


#dd769f Background Color

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

This div background color is #dd769f


#dd769f Border Color

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

This div border color is #dd769f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd769f


Comments

No comments written yet.

Please login to write comment.