Color Hex Logo

#da56dd Color Hex

#DA56DD
(218,86,221)
0 Favorites   0 Comments

Color spaces of #da56dd

RGB 21886221
HSL0.830.670.60
HSV299°61°87°
CMYK 0.010.610.00   0.13
XYZ45.292426.781571.1888
Yxy26.78150.31610.1869
Hunter Lab51.750865.6594-45.3341
CIE-Lab58.771568.2490-44.6692

#da56dd color RGB value is (218,86,221).

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

The process color (four color CMYK) of #da56dd color hex is 0.01, 0.61, 0.00, 0.13. Web safe color of #da56dd is #cc66cc. Color #da56dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 11011101
Octal 332 126 335
Decimal 218 86 221
Hex DA 56 DD

RGB Percentages of Color #da56dd

%41.52
%16.38
%42.10

CMYK Percentages of Color #da56dd

%1
%61
%0
%13

Triadic Colors of #da56dd

#da56dd #ddda56 #56ddda

Analogous Colors of #da56dd

#da56dd #dd569d #9756dd

Monochromatic Colors of #da56dd

#da56dd

Complementary Color

#da56dd #59dd56

#da56dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da56dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da56dd Color CSS Codes

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

#da56dd Text Font Color

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

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


#da56dd Background Color

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

This div background color is #da56dd


#da56dd Border Color

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

This div border color is #da56dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da56dd


Comments

No comments written yet.

Please login to write comment.