Color Hex Logo

#dc756b Color Hex

#DC756B
(220,117,107)
0 Favorites   0 Comments

Color spaces of #dc756b

RGB 220117107
HSL0.010.620.64
HSV51°86°
CMYK 0.000.470.51   0.14
XYZ38.530328.999817.4767
Yxy28.99980.45330.3411
Hunter Lab53.851533.475318.4543
CIE-Lab60.781539.093423.6901

#dc756b color RGB value is (220,117,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 01101011
Octal 334 165 153
Decimal 220 117 107
Hex DC 75 6B

RGB Percentages of Color #dc756b

%49.55
%26.35
%24.10

CMYK Percentages of Color #dc756b

%0
%47
%51
%14

Triadic Colors of #dc756b

#dc756b #6bdc75 #756bdc

Analogous Colors of #dc756b

#dc756b #dcae6b #dc6b9a

Monochromatic Colors of #dc756b

#dc756b

Complementary Color

#dc756b #6bd2dc

#dc756b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc756b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc756b Color CSS Codes

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

#dc756b Text Font Color

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

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


#dc756b Background Color

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

This div background color is #dc756b


#dc756b Border Color

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

This div border color is #dc756b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc756b


Comments

No comments written yet.

Please login to write comment.