Color Hex Logo

#dd769a Color Hex

#DD769A
(221,118,154)
0 Favorites   0 Comments

Color spaces of #dd769a

RGB 221118154
HSL0.940.600.66
HSV339°47°87°
CMYK 0.000.470.30   0.13
XYZ42.130030.662134.2697
Yxy30.66210.39350.2864
Hunter Lab55.373438.90572.0677
CIE-Lab62.221344.0696-1.1798

#dd769a color RGB value is (221,118,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110110 10011010
Octal 335 166 232
Decimal 221 118 154
Hex DD 76 9A

RGB Percentages of Color #dd769a

%44.83
%23.94
%31.24

CMYK Percentages of Color #dd769a

%0
%47
%30
%13

Triadic Colors of #dd769a

#dd769a #9add76 #769add

Analogous Colors of #dd769a

#dd769a #dd8676 #dd76ce

Monochromatic Colors of #dd769a

#dd769a

Complementary Color

#dd769a #76ddb9

#dd769a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd769a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd769a Color CSS Codes

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

#dd769a Text Font Color

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

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


#dd769a Background Color

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

This div background color is #dd769a


#dd769a Border Color

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

This div border color is #dd769a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd769a


Comments

No comments written yet.

Please login to write comment.