Color Hex Logo

#dc739c Color Hex

#DC739C
(220,115,156)
0 Favorites   0 Comments

Color spaces of #dc739c

RGB 220115156
HSL0.930.600.66
HSV337°48°86°
CMYK 0.000.480.29   0.14
XYZ41.646729.877435.0244
Yxy29.87740.39090.2804
Hunter Lab54.660240.34730.2712
CIE-Lab61.548345.5073-3.3317

#dc739c color RGB value is (220,115,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110011 10011100
Octal 334 163 234
Decimal 220 115 156
Hex DC 73 9C

RGB Percentages of Color #dc739c

%44.81
%23.42
%31.77

CMYK Percentages of Color #dc739c

%0
%48
%29
%14

Triadic Colors of #dc739c

#dc739c #9cdc73 #739cdc

Analogous Colors of #dc739c

#dc739c #dc7f73 #dc73d1

Monochromatic Colors of #dc739c

#dc739c

Complementary Color

#dc739c #73dcb3

#dc739c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc739c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc739c Color CSS Codes

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

#dc739c Text Font Color

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

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


#dc739c Background Color

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

This div background color is #dc739c


#dc739c Border Color

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

This div border color is #dc739c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc739c


Comments

No comments written yet.

Please login to write comment.