Color Hex Logo

#dc736c Color Hex

#DC736C
(220,115,108)
0 Favorites   0 Comments

Color spaces of #dc736c

RGB 220115108
HSL0.010.620.64
HSV51°86°
CMYK 0.000.480.51   0.14
XYZ38.352728.559817.6785
Yxy28.55980.45340.3376
Hunter Lab53.441434.579817.7957
CIE-Lab60.391140.206322.6004

#dc736c color RGB value is (220,115,108).

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

The process color (four color CMYK) of #dc736c color hex is 0.00, 0.48, 0.51, 0.14. Web safe color of #dc736c is #cc6666. Color #dc736c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110011 01101100
Octal 334 163 154
Decimal 220 115 108
Hex DC 73 6C

RGB Percentages of Color #dc736c

%49.66
%25.96
%24.38

CMYK Percentages of Color #dc736c

%0
%48
%51
%14

Triadic Colors of #dc736c

#dc736c #6cdc73 #736cdc

Analogous Colors of #dc736c

#dc736c #dcab6c #dc6c9d

Monochromatic Colors of #dc736c

#dc736c

Complementary Color

#dc736c #6cd5dc

#dc736c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc736c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc736c Color CSS Codes

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

#dc736c Text Font Color

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

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


#dc736c Background Color

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

This div background color is #dc736c


#dc736c Border Color

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

This div border color is #dc736c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc736c


Comments

No comments written yet.

Please login to write comment.