Color Hex Logo

#dd739e Color Hex

#DD739E
(221,115,158)
0 Favorites   0 Comments

Color spaces of #dd739e

RGB 221115158
HSL0.930.610.66
HSV336°48°87°
CMYK 0.000.480.29   0.13
XYZ42.121130.102235.9380
Yxy30.10220.38940.2783
Hunter Lab54.865541.0227-0.4303
CIE-Lab61.742346.1076-4.1785

#dd739e color RGB value is (221,115,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 10011110
Octal 335 163 236
Decimal 221 115 158
Hex DD 73 9E

RGB Percentages of Color #dd739e

%44.74
%23.28
%31.98

CMYK Percentages of Color #dd739e

%0
%48
%29
%13

Triadic Colors of #dd739e

#dd739e #9edd73 #739edd

Analogous Colors of #dd739e

#dd739e #dd7d73 #dd73d3

Monochromatic Colors of #dd739e

#dd739e

Complementary Color

#dd739e #73ddb2

#dd739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd739e Color CSS Codes

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

#dd739e Text Font Color

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

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


#dd739e Background Color

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

This div background color is #dd739e


#dd739e Border Color

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

This div border color is #dd739e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd739e


Comments

No comments written yet.

Please login to write comment.