Color Hex Logo

#da56c0 Color Hex

#DA56C0
(218,86,192)
0 Favorites   0 Comments

Color spaces of #da56c0

RGB 21886192
HSL0.870.640.60
HSV312°61°85°
CMYK 0.000.610.12   0.15
XYZ41.755725.366852.5647
Yxy25.36680.34890.2119
Hunter Lab50.365559.8466-26.6231
CIE-Lab57.431163.5849-30.2893

#da56c0 color RGB value is (218,86,192).

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

The process color (four color CMYK) of #da56c0 color hex is 0.00, 0.61, 0.12, 0.15. Web safe color of #da56c0 is #cc66cc. Color #da56c0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 11000000
Octal 332 126 300
Decimal 218 86 192
Hex DA 56 C0

RGB Percentages of Color #da56c0

%43.95
%17.34
%38.71

CMYK Percentages of Color #da56c0

%0
%61
%12
%15

Triadic Colors of #da56c0

#da56c0 #c0da56 #56c0da

Analogous Colors of #da56c0

#da56c0 #da567e #b256da

Monochromatic Colors of #da56c0

#da56c0

Complementary Color

#da56c0 #56da70

#da56c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da56c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da56c0 Color CSS Codes

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

#da56c0 Text Font Color

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

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


#da56c0 Background Color

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

This div background color is #da56c0


#da56c0 Border Color

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

This div border color is #da56c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da56c0


Comments

No comments written yet.

Please login to write comment.