Color Hex Logo

#dc748f Color Hex

#DC748F
(220,116,143)
0 Favorites   0 Comments

Color spaces of #dc748f

RGB 220116143
HSL0.960.600.66
HSV344°47°86°
CMYK 0.000.470.35   0.14
XYZ40.718529.689629.5712
Yxy29.68960.40730.2970
Hunter Lab54.488238.03715.9645
CIE-Lab61.385543.36653.9044

#dc748f color RGB value is (220,116,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110100 10001111
Octal 334 164 217
Decimal 220 116 143
Hex DC 74 8F

RGB Percentages of Color #dc748f

%45.93
%24.22
%29.85

CMYK Percentages of Color #dc748f

%0
%47
%35
%14

Triadic Colors of #dc748f

#dc748f #8fdc74 #748fdc

Analogous Colors of #dc748f

#dc748f #dc8d74 #dc74c3

Monochromatic Colors of #dc748f

#dc748f

Complementary Color

#dc748f #74dcc1

#dc748f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc748f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc748f Color CSS Codes

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

#dc748f Text Font Color

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

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


#dc748f Background Color

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

This div background color is #dc748f


#dc748f Border Color

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

This div border color is #dc748f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc748f


Comments

No comments written yet.

Please login to write comment.