Color Hex Logo

#da56af Color Hex

#DA56AF
(218,86,175)
0 Favorites   0 Comments

Color spaces of #da56af

RGB 21886175
HSL0.890.640.60
HSV320°61°85°
CMYK 0.000.610.20   0.15
XYZ39.979124.656143.2094
Yxy24.65610.37070.2286
Hunter Lab49.654956.8212-16.8354
CIE-Lab56.738861.0998-21.5608

#da56af color RGB value is (218,86,175).

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

The process color (four color CMYK) of #da56af color hex is 0.00, 0.61, 0.20, 0.15. Web safe color of #da56af is #cc6699. Color #da56af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 10101111
Octal 332 126 257
Decimal 218 86 175
Hex DA 56 AF

RGB Percentages of Color #da56af

%45.51
%17.95
%36.53

CMYK Percentages of Color #da56af

%0
%61
%20
%15

Triadic Colors of #da56af

#da56af #afda56 #56afda

Analogous Colors of #da56af

#da56af #da566d #c356da

Monochromatic Colors of #da56af

#da56af

Complementary Color

#da56af #56da81

#da56af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da56af Color Preview on White Background

Lorem ipsum dolor sit amet.

#da56af Color CSS Codes

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

#da56af Text Font Color

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

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


#da56af Background Color

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

This div background color is #da56af


#da56af Border Color

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

This div border color is #da56af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,86,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da56af


Comments

No comments written yet.

Please login to write comment.