Color Hex Logo

#d6556f Color Hex

#D6556F
(214,85,111)
0 Favorites   0 Comments

Color spaces of #d6556f

RGB 21485111
HSL0.970.610.59
HSV348°60°84°
CMYK 0.000.600.48   0.16
XYZ33.849321.940817.4899
Yxy21.94080.46190.2994
Hunter Lab46.841047.019910.6505
CIE-Lab53.964152.841411.9087

#d6556f color RGB value is (214,85,111).

#d6556f hex color red value is 214, green value is 85 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #d6556f hue: 0.97 , saturation: 0.61 and the lightness value of d6556f is 0.59.

The process color (four color CMYK) of #d6556f color hex is 0.00, 0.60, 0.48, 0.16. Web safe color of #d6556f is #cc6666. Color #d6556f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010101 01101111
Octal 326 125 157
Decimal 214 85 111
Hex D6 55 6F

RGB Percentages of Color #d6556f

%52.20
%20.73
%27.07

CMYK Percentages of Color #d6556f

%0
%60
%48
%16

Triadic Colors of #d6556f

#d6556f #6fd655 #556fd6

Analogous Colors of #d6556f

#d6556f #d67c55 #d655b0

Monochromatic Colors of #d6556f

#d6556f

Complementary Color

#d6556f #55d6bc

#d6556f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6556f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6556f Color CSS Codes

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

#d6556f Text Font Color

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

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


#d6556f Background Color

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

This div background color is #d6556f


#d6556f Border Color

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

This div border color is #d6556f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6556f


Comments

No comments written yet.

Please login to write comment.