Color Hex Logo

#da56cd Color Hex

#DA56CD
(218,86,205)
0 Favorites   0 Comments

Color spaces of #da56cd

RGB 21886205
HSL0.850.640.60
HSV306°61°85°
CMYK 0.000.610.06   0.15
XYZ43.260725.968860.4900
Yxy25.96880.33350.2002
Hunter Lab50.959662.3532-34.7066
CIE-Lab58.007465.6135-36.8146

#da56cd color RGB value is (218,86,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010110 11001101
Octal 332 126 315
Decimal 218 86 205
Hex DA 56 CD

RGB Percentages of Color #da56cd

%42.83
%16.90
%40.28

CMYK Percentages of Color #da56cd

%0
%61
%6
%15

Triadic Colors of #da56cd

#da56cd #cdda56 #56cdda

Analogous Colors of #da56cd

#da56cd #da568b #a556da

Monochromatic Colors of #da56cd

#da56cd

Complementary Color

#da56cd #56da63

#da56cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da56cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da56cd Color CSS Codes

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

#da56cd Text Font Color

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

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


#da56cd Background Color

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

This div background color is #da56cd


#da56cd Border Color

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

This div border color is #da56cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da56cd


Comments

No comments written yet.

Please login to write comment.