Color Hex Logo

#dc765c Color Hex

#DC765C
(220,118,92)
0 Favorites   0 Comments

Color spaces of #dc765c

RGB 22011892
HSL0.030.650.61
HSV12°58°86°
CMYK 0.000.460.58   0.14
XYZ37.925428.945213.7133
Yxy28.94520.47060.3592
Hunter Lab53.800731.677522.5481
CIE-Lab60.733237.354532.0472

#dc765c color RGB value is (220,118,92).

#dc765c hex color red value is 220, green value is 118 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dc765c hue: 0.03 , saturation: 0.65 and the lightness value of dc765c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110110 01011100
Octal 334 166 134
Decimal 220 118 92
Hex DC 76 5C

RGB Percentages of Color #dc765c

%51.16
%27.44
%21.40

CMYK Percentages of Color #dc765c

%0
%46
%58
%14

Triadic Colors of #dc765c

#dc765c #5cdc76 #765cdc

Analogous Colors of #dc765c

#dc765c #dcb65c #dc5c82

Monochromatic Colors of #dc765c

#dc765c

Complementary Color

#dc765c #5cc2dc

#dc765c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc765c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc765c Color CSS Codes

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

#dc765c Text Font Color

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

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


#dc765c Background Color

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

This div background color is #dc765c


#dc765c Border Color

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

This div border color is #dc765c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc765c


Comments

No comments written yet.

Please login to write comment.