Color Hex Logo

#dc749c Color Hex

#DC749C
(220,116,156)
0 Favorites   0 Comments

Color spaces of #dc749c

RGB 220116156
HSL0.940.600.66
HSV337°47°86°
CMYK 0.000.470.29   0.14
XYZ41.761330.106735.0626
Yxy30.10670.39050.2816
Hunter Lab54.869639.83480.5214
CIE-Lab61.746245.0023-3.0403

#dc749c color RGB value is (220,116,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110100 10011100
Octal 334 164 234
Decimal 220 116 156
Hex DC 74 9C

RGB Percentages of Color #dc749c

%44.72
%23.58
%31.71

CMYK Percentages of Color #dc749c

%0
%47
%29
%14

Triadic Colors of #dc749c

#dc749c #9cdc74 #749cdc

Analogous Colors of #dc749c

#dc749c #dc8074 #dc74d0

Monochromatic Colors of #dc749c

#dc749c

Complementary Color

#dc749c #74dcb4

#dc749c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc749c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc749c Color CSS Codes

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

#dc749c Text Font Color

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

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


#dc749c Background Color

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

This div background color is #dc749c


#dc749c Border Color

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

This div border color is #dc749c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc749c


Comments

No comments written yet.

Please login to write comment.