Color Hex Logo

#dc676e Color Hex

#DC676E
(220,103,110)
0 Favorites   0 Comments

Color spaces of #dc676e

RGB 220103110
HSL0.990.630.63
HSV356°53°86°
CMYK 0.000.530.50   0.14
XYZ37.179926.041917.8188
Yxy26.04190.45880.3213
Hunter Lab51.031340.745215.0193
CIE-Lab58.076846.376818.3223

#dc676e color RGB value is (220,103,110).

#dc676e hex color red value is 220, green value is 103 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dc676e hue: 0.99 , saturation: 0.63 and the lightness value of dc676e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100111 01101110
Octal 334 147 156
Decimal 220 103 110
Hex DC 67 6E

RGB Percentages of Color #dc676e

%50.81
%23.79
%25.40

CMYK Percentages of Color #dc676e

%0
%53
%50
%14

Triadic Colors of #dc676e

#dc676e #6edc67 #676edc

Analogous Colors of #dc676e

#dc676e #dc9b67 #dc67a9

Monochromatic Colors of #dc676e

#dc676e

Complementary Color

#dc676e #67dcd5

#dc676e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc676e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc676e Color CSS Codes

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

#dc676e Text Font Color

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

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


#dc676e Background Color

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

This div background color is #dc676e


#dc676e Border Color

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

This div border color is #dc676e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc676e


Comments

No comments written yet.

Please login to write comment.