Color Hex Logo

#dc646e Color Hex

#DC646E
(220,100,110)
0 Favorites   0 Comments

Color spaces of #dc646e

RGB 220100110
HSL0.990.630.63
HSV355°55°86°
CMYK 0.000.550.50   0.14
XYZ36.886825.455817.7212
Yxy25.45580.46070.3179
Hunter Lab50.453742.207514.4928
CIE-Lab57.516947.826917.5570

#dc646e color RGB value is (220,100,110).

#dc646e hex color red value is 220, green value is 100 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dc646e hue: 0.99 , saturation: 0.63 and the lightness value of dc646e is 0.63.

The process color (four color CMYK) of #dc646e color hex is 0.00, 0.55, 0.50, 0.14. Web safe color of #dc646e is #cc6666. Color #dc646e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100100 01101110
Octal 334 144 156
Decimal 220 100 110
Hex DC 64 6E

RGB Percentages of Color #dc646e

%51.16
%23.26
%25.58

CMYK Percentages of Color #dc646e

%0
%55
%50
%14

Triadic Colors of #dc646e

#dc646e #6edc64 #646edc

Analogous Colors of #dc646e

#dc646e #dc9664 #dc64aa

Monochromatic Colors of #dc646e

#dc646e

Complementary Color

#dc646e #64dcd2

#dc646e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc646e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc646e Color CSS Codes

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

#dc646e Text Font Color

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

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


#dc646e Background Color

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

This div background color is #dc646e


#dc646e Border Color

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

This div border color is #dc646e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc646e


Comments

No comments written yet.

Please login to write comment.