Color Hex Logo

#dc787c Color Hex

#DC787C
(220,120,124)
0 Favorites   0 Comments

Color spaces of #dc787c

RGB 220120124
HSL0.990.590.67
HSV358°45°86°
CMYK 0.000.450.44   0.14
XYZ39.869830.103822.7780
Yxy30.10380.42990.3246
Hunter Lab54.866933.692313.7926
CIE-Lab61.743739.185315.3141

#dc787c color RGB value is (220,120,124).

#dc787c hex color red value is 220, green value is 120 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dc787c hue: 0.99 , saturation: 0.59 and the lightness value of dc787c is 0.67.

The process color (four color CMYK) of #dc787c color hex is 0.00, 0.45, 0.44, 0.14. Web safe color of #dc787c is #cc6666. Color #dc787c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111000 01111100
Octal 334 170 174
Decimal 220 120 124
Hex DC 78 7C

RGB Percentages of Color #dc787c

%47.41
%25.86
%26.72

CMYK Percentages of Color #dc787c

%0
%45
%44
%14

Triadic Colors of #dc787c

#dc787c #7cdc78 #787cdc

Analogous Colors of #dc787c

#dc787c #dca678 #dc78ae

Monochromatic Colors of #dc787c

#dc787c

Complementary Color

#dc787c #78dcd8

#dc787c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc787c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc787c Color CSS Codes

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

#dc787c Text Font Color

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

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


#dc787c Background Color

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

This div background color is #dc787c


#dc787c Border Color

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

This div border color is #dc787c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc787c


Comments

No comments written yet.

Please login to write comment.