Color Hex Logo

#dd8599 Color Hex

#DD8599
(221,133,153)
0 Favorites   0 Comments

Color spaces of #dd8599

RGB 221133153
HSL0.960.560.69
HSV346°40°87°
CMYK 0.000.400.31   0.13
XYZ43.956134.447134.4692
Yxy34.44710.38940.3052
Hunter Lab58.691730.97416.2636
CIE-Lab65.315936.16133.8922

#dd8599 color RGB value is (221,133,153).

#dd8599 hex color red value is 221, green value is 133 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dd8599 hue: 0.96 , saturation: 0.56 and the lightness value of dd8599 is 0.69.

The process color (four color CMYK) of #dd8599 color hex is 0.00, 0.40, 0.31, 0.13. Web safe color of #dd8599 is #cc9999. Color #dd8599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000101 10011001
Octal 335 205 231
Decimal 221 133 153
Hex DD 85 99

RGB Percentages of Color #dd8599

%43.59
%26.23
%30.18

CMYK Percentages of Color #dd8599

%0
%40
%31
%13

Triadic Colors of #dd8599

#dd8599 #99dd85 #8599dd

Analogous Colors of #dd8599

#dd8599 #dd9d85 #dd85c5

Monochromatic Colors of #dd8599

#dd8599

Complementary Color

#dd8599 #85ddc9

#dd8599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8599 Color CSS Codes

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

#dd8599 Text Font Color

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

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


#dd8599 Background Color

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

This div background color is #dd8599


#dd8599 Border Color

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

This div border color is #dd8599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8599


Comments

No comments written yet.

Please login to write comment.