Color Hex Logo

#dd738f Color Hex

#DD738F
(221,115,143)
0 Favorites   0 Comments

Color spaces of #dd738f

RGB 221115143
HSL0.960.610.66
HSV344°48°87°
CMYK 0.000.480.35   0.13
XYZ40.907529.616829.5472
Yxy29.61680.40880.2960
Hunter Lab54.421338.93785.9043
CIE-Lab61.322244.22163.8303

#dd738f color RGB value is (221,115,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 10001111
Octal 335 163 217
Decimal 221 115 143
Hex DD 73 8F

RGB Percentages of Color #dd738f

%46.14
%24.01
%29.85

CMYK Percentages of Color #dd738f

%0
%48
%35
%13

Triadic Colors of #dd738f

#dd738f #8fdd73 #738fdd

Analogous Colors of #dd738f

#dd738f #dd8c73 #dd73c4

Monochromatic Colors of #dd738f

#dd738f

Complementary Color

#dd738f #73ddc1

#dd738f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd738f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd738f Color CSS Codes

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

#dd738f Text Font Color

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

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


#dd738f Background Color

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

This div background color is #dd738f


#dd738f Border Color

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

This div border color is #dd738f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd738f


Comments

No comments written yet.

Please login to write comment.