Color Hex Logo

#dc606b Color Hex

#DC606B
(220,96,107)
0 Favorites   0 Comments

Color spaces of #dc606b

RGB 22096107
HSL0.990.640.62
HSV355°56°86°
CMYK 0.000.560.51   0.14
XYZ36.351924.642916.7505
Yxy24.64290.46760.3170
Hunter Lab49.641643.840414.7430
CIE-Lab56.725849.465018.2244

#dc606b color RGB value is (220,96,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100000 01101011
Octal 334 140 153
Decimal 220 96 107
Hex DC 60 6B

RGB Percentages of Color #dc606b

%52.01
%22.70
%25.30

CMYK Percentages of Color #dc606b

%0
%56
%51
%14

Triadic Colors of #dc606b

#dc606b #6bdc60 #606bdc

Analogous Colors of #dc606b

#dc606b #dc9360 #dc60a9

Monochromatic Colors of #dc606b

#dc606b

Complementary Color

#dc606b #60dcd1

#dc606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc606b Color CSS Codes

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

#dc606b Text Font Color

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

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


#dc606b Background Color

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

This div background color is #dc606b


#dc606b Border Color

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

This div border color is #dc606b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc606b

#dc606b Color Palettes


Comments

No comments written yet.

Please login to write comment.