Color Hex Logo

#da556e Color Hex

#DA556E
(218,85,110)
0 Favorites   0 Comments

Color spaces of #da556e

RGB 21885110
HSL0.970.640.59
HSV349°61°85°
CMYK 0.000.610.50   0.15
XYZ34.976422.528217.2568
Yxy22.52820.46780.3013
Hunter Lab47.463948.475911.6682
CIE-Lab54.583054.064613.4609

#da556e color RGB value is (218,85,110).

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

The process color (four color CMYK) of #da556e color hex is 0.00, 0.61, 0.50, 0.15. Web safe color of #da556e is #cc6666. Color #da556e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010101 01101110
Octal 332 125 156
Decimal 218 85 110
Hex DA 55 6E

RGB Percentages of Color #da556e

%52.78
%20.58
%26.63

CMYK Percentages of Color #da556e

%0
%61
%50
%15

Triadic Colors of #da556e

#da556e #6eda55 #556eda

Analogous Colors of #da556e

#da556e #da7f55 #da55b1

Monochromatic Colors of #da556e

#da556e

Complementary Color

#da556e #55dac1

#da556e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da556e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da556e Color CSS Codes

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

#da556e Text Font Color

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

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


#da556e Background Color

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

This div background color is #da556e


#da556e Border Color

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

This div border color is #da556e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da556e


Comments

No comments written yet.

Please login to write comment.