Color Hex Logo

#dc687e Color Hex

#DC687E
(220,104,126)
0 Favorites   0 Comments

Color spaces of #dc687e

RGB 220104126
HSL0.970.620.64
HSV349°53°86°
CMYK 0.000.530.43   0.14
XYZ38.231426.622622.8623
Yxy26.62260.43590.3035
Hunter Lab51.597141.96659.8470
CIE-Lab58.623447.43629.7880

#dc687e color RGB value is (220,104,126).

#dc687e hex color red value is 220, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dc687e hue: 0.97 , saturation: 0.62 and the lightness value of dc687e is 0.64.

The process color (four color CMYK) of #dc687e color hex is 0.00, 0.53, 0.43, 0.14. Web safe color of #dc687e is #cc6666. Color #dc687e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101000 01111110
Octal 334 150 176
Decimal 220 104 126
Hex DC 68 7E

RGB Percentages of Color #dc687e

%48.89
%23.11
%28.00

CMYK Percentages of Color #dc687e

%0
%53
%43
%14

Triadic Colors of #dc687e

#dc687e #7edc68 #687edc

Analogous Colors of #dc687e

#dc687e #dc8c68 #dc68b8

Monochromatic Colors of #dc687e

#dc687e

Complementary Color

#dc687e #68dcc6

#dc687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc687e Color CSS Codes

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

#dc687e Text Font Color

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

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


#dc687e Background Color

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

This div background color is #dc687e


#dc687e Border Color

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

This div border color is #dc687e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc687e


Comments

No comments written yet.

Please login to write comment.