Color Hex Logo

#dc686b Color Hex

#DC686B
(220,104,107)
0 Favorites   0 Comments

Color spaces of #dc686b

RGB 220104107
HSL1.000.620.64
HSV358°53°86°
CMYK 0.000.530.51   0.14
XYZ37.119426.177817.0063
Yxy26.17780.46220.3260
Hunter Lab51.164239.963416.1078
CIE-Lab58.205445.623920.2327

#dc686b color RGB value is (220,104,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101000 01101011
Octal 334 150 153
Decimal 220 104 107
Hex DC 68 6B

RGB Percentages of Color #dc686b

%51.04
%24.13
%24.83

CMYK Percentages of Color #dc686b

%0
%53
%51
%14

Triadic Colors of #dc686b

#dc686b #6bdc68 #686bdc

Analogous Colors of #dc686b

#dc686b #dc9f68 #dc68a5

Monochromatic Colors of #dc686b

#dc686b

Complementary Color

#dc686b #68dcd9

#dc686b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc686b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc686b Color CSS Codes

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

#dc686b Text Font Color

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

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


#dc686b Background Color

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

This div background color is #dc686b


#dc686b Border Color

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

This div border color is #dc686b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc686b


Comments

No comments written yet.

Please login to write comment.