Color Hex Logo

#dd7899 Color Hex

#DD7899
(221,120,153)
0 Favorites   0 Comments

Color spaces of #dd7899

RGB 221120153
HSL0.950.600.67
HSV340°46°87°
CMYK 0.000.460.31   0.13
XYZ42.285031.105033.9122
Yxy31.10500.39410.2899
Hunter Lab55.771937.73402.9889
CIE-Lab62.596242.9209-0.0588

#dd7899 color RGB value is (221,120,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111000 10011001
Octal 335 170 231
Decimal 221 120 153
Hex DD 78 99

RGB Percentages of Color #dd7899

%44.74
%24.29
%30.97

CMYK Percentages of Color #dd7899

%0
%46
%31
%13

Triadic Colors of #dd7899

#dd7899 #99dd78 #7899dd

Analogous Colors of #dd7899

#dd7899 #dd8a78 #dd78cc

Monochromatic Colors of #dd7899

#dd7899

Complementary Color

#dd7899 #78ddbc

#dd7899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7899 Color CSS Codes

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

#dd7899 Text Font Color

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

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


#dd7899 Background Color

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

This div background color is #dd7899


#dd7899 Border Color

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

This div border color is #dd7899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7899


Comments

No comments written yet.

Please login to write comment.