Color Hex Logo

#dc767e Color Hex

#DC767E
(220,118,126)
0 Favorites   0 Comments

Color spaces of #dc767e

RGB 220118126
HSL0.990.590.66
HSV355°46°86°
CMYK 0.000.460.43   0.14
XYZ39.759529.678923.3717
Yxy29.67890.42840.3198
Hunter Lab54.478334.936112.6989
CIE-Lab61.376240.423913.6578

#dc767e color RGB value is (220,118,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110110 01111110
Octal 334 166 176
Decimal 220 118 126
Hex DC 76 7E

RGB Percentages of Color #dc767e

%47.41
%25.43
%27.16

CMYK Percentages of Color #dc767e

%0
%46
%43
%14

Triadic Colors of #dc767e

#dc767e #7edc76 #767edc

Analogous Colors of #dc767e

#dc767e #dca176 #dc76b1

Monochromatic Colors of #dc767e

#dc767e

Complementary Color

#dc767e #76dcd4

#dc767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc767e Color CSS Codes

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

#dc767e Text Font Color

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

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


#dc767e Background Color

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

This div background color is #dc767e


#dc767e Border Color

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

This div border color is #dc767e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc767e


Comments

No comments written yet.

Please login to write comment.