Color Hex Logo

#da56da Color Hex

#DA56DA
(218,86,218)
0 Favorites   0 Comments

Color spaces of #da56da

RGB 21886218
HSL0.830.640.60
HSV300°61°85°
CMYK 0.000.610.00   0.15
XYZ44.896126.623069.1021
Yxy26.62300.31930.1893
Hunter Lab51.597565.0212-43.2861
CIE-Lab58.623767.7437-43.2111

#da56da color RGB value is (218,86,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 11011010
Octal 332 126 332
Decimal 218 86 218
Hex DA 56 DA

RGB Percentages of Color #da56da

%41.76
%16.48
%41.76

CMYK Percentages of Color #da56da

%0
%61
%0
%15

Triadic Colors of #da56da

#da56da #dada56 #56dada

Analogous Colors of #da56da

#da56da #da5698 #9856da

Monochromatic Colors of #da56da

#da56da

Complementary Color

#da56da #56da56

#da56da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da56da Color Preview on White Background

Lorem ipsum dolor sit amet.

#da56da Color CSS Codes

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

#da56da Text Font Color

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

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


#da56da Background Color

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

This div background color is #da56da


#da56da Border Color

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

This div border color is #da56da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da56da


Comments

No comments written yet.

Please login to write comment.