Color Hex Logo

#dc787b Color Hex

#DC787B
(220,120,123)
0 Favorites   0 Comments

Color spaces of #dc787b

RGB 220120123
HSL1.000.590.67
HSV358°45°86°
CMYK 0.000.450.44   0.14
XYZ39.806830.078622.4466
Yxy30.07860.43110.3258
Hunter Lab54.844033.581814.1245
CIE-Lab61.722039.081615.8553

#dc787b color RGB value is (220,120,123).

#dc787b hex color red value is 220, green value is 120 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dc787b hue: 1.00 , saturation: 0.59 and the lightness value of dc787b is 0.67.

The process color (four color CMYK) of #dc787b color hex is 0.00, 0.45, 0.44, 0.14. Web safe color of #dc787b is #cc6666. Color #dc787b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111000 01111011
Octal 334 170 173
Decimal 220 120 123
Hex DC 78 7B

RGB Percentages of Color #dc787b

%47.52
%25.92
%26.57

CMYK Percentages of Color #dc787b

%0
%45
%44
%14

Triadic Colors of #dc787b

#dc787b #7bdc78 #787bdc

Analogous Colors of #dc787b

#dc787b #dca778 #dc78ad

Monochromatic Colors of #dc787b

#dc787b

Complementary Color

#dc787b #78dcd9

#dc787b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc787b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc787b Color CSS Codes

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

#dc787b Text Font Color

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

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


#dc787b Background Color

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

This div background color is #dc787b


#dc787b Border Color

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

This div border color is #dc787b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc787b


Comments

No comments written yet.

Please login to write comment.