Color Hex Logo

#dc607e Color Hex

#DC607E
(220,96,126)
0 Favorites   0 Comments

Color spaces of #dc607e

RGB 22096126
HSL0.960.640.62
HSV345°56°86°
CMYK 0.000.560.43   0.14
XYZ37.464025.087722.6065
Yxy25.08770.43990.2946
Hunter Lab50.087645.85928.3014
CIE-Lab57.160851.25427.7113

#dc607e color RGB value is (220,96,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100000 01111110
Octal 334 140 176
Decimal 220 96 126
Hex DC 60 7E

RGB Percentages of Color #dc607e

%49.77
%21.72
%28.51

CMYK Percentages of Color #dc607e

%0
%56
%43
%14

Triadic Colors of #dc607e

#dc607e #7edc60 #607edc

Analogous Colors of #dc607e

#dc607e #dc8060 #dc60bc

Monochromatic Colors of #dc607e

#dc607e

Complementary Color

#dc607e #60dcbe

#dc607e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc607e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc607e Color CSS Codes

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

#dc607e Text Font Color

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

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


#dc607e Background Color

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

This div background color is #dc607e


#dc607e Border Color

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

This div border color is #dc607e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc607e


Comments

No comments written yet.

Please login to write comment.