Color Hex Logo

#da566e Color Hex

#DA566E
(218,86,110)
0 Favorites   0 Comments

Color spaces of #da566e

RGB 21886110
HSL0.970.640.60
HSV349°61°85°
CMYK 0.000.610.50   0.15
XYZ35.055722.686817.2832
Yxy22.68680.46720.3024
Hunter Lab47.630748.020611.8276
CIE-Lab54.748353.622913.6907

#da566e color RGB value is (218,86,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 01101110
Octal 332 126 156
Decimal 218 86 110
Hex DA 56 6E

RGB Percentages of Color #da566e

%52.66
%20.77
%26.57

CMYK Percentages of Color #da566e

%0
%61
%50
%15

Triadic Colors of #da566e

#da566e #6eda56 #566eda

Analogous Colors of #da566e

#da566e #da8056 #da56b0

Monochromatic Colors of #da566e

#da566e

Complementary Color

#da566e #56dac2

#da566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da566e Color CSS Codes

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

#da566e Text Font Color

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

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


#da566e Background Color

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

This div background color is #da566e


#da566e Border Color

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

This div border color is #da566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da566e


Comments

No comments written yet.

Please login to write comment.