Color Hex Logo

#dc749d Color Hex

#DC749D
(220,116,157)
0 Favorites   0 Comments

Color spaces of #dc749d

RGB 220116157
HSL0.930.600.66
HSV336°47°86°
CMYK 0.000.470.29   0.14
XYZ41.846430.140735.5105
Yxy30.14070.38930.2804
Hunter Lab54.900539.98070.0807
CIE-Lab61.775445.1343-3.5711

#dc749d color RGB value is (220,116,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110100 10011101
Octal 334 164 235
Decimal 220 116 157
Hex DC 74 9D

RGB Percentages of Color #dc749d

%44.62
%23.53
%31.85

CMYK Percentages of Color #dc749d

%0
%47
%29
%14

Triadic Colors of #dc749d

#dc749d #9ddc74 #749ddc

Analogous Colors of #dc749d

#dc749d #dc7f74 #dc74d1

Monochromatic Colors of #dc749d

#dc749d

Complementary Color

#dc749d #74dcb3

#dc749d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc749d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc749d Color CSS Codes

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

#dc749d Text Font Color

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

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


#dc749d Background Color

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

This div background color is #dc749d


#dc749d Border Color

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

This div border color is #dc749d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc749d


Comments

No comments written yet.

Please login to write comment.