Color Hex Logo

#dc656f Color Hex

#DC656F
(220,101,111)
0 Favorites   0 Comments

Color spaces of #dc656f

RGB 220101111
HSL0.990.630.63
HSV355°54°86°
CMYK 0.000.540.50   0.14
XYZ37.038125.670718.0417
Yxy25.67070.45870.3179
Hunter Lab50.666341.821314.3539
CIE-Lab57.723247.435617.2583

#dc656f color RGB value is (220,101,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 01101111
Octal 334 145 157
Decimal 220 101 111
Hex DC 65 6F

RGB Percentages of Color #dc656f

%50.93
%23.38
%25.69

CMYK Percentages of Color #dc656f

%0
%54
%50
%14

Triadic Colors of #dc656f

#dc656f #6fdc65 #656fdc

Analogous Colors of #dc656f

#dc656f #dc9765 #dc65ab

Monochromatic Colors of #dc656f

#dc656f

Complementary Color

#dc656f #65dcd2

#dc656f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc656f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc656f Color CSS Codes

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

#dc656f Text Font Color

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

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


#dc656f Background Color

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

This div background color is #dc656f


#dc656f Border Color

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

This div border color is #dc656f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc656f


Comments

No comments written yet.

Please login to write comment.