Color Hex Logo

#da59dc Color Hex

#DA59DC
(218,89,220)
0 Favorites   0 Comments

Color spaces of #da59dc

RGB 21889220
HSL0.830.650.61
HSV299°60°86°
CMYK 0.010.600.00   0.14
XYZ45.404127.217570.5706
Yxy27.21750.31710.1901
Hunter Lab52.170464.0511-43.6820
CIE-Lab59.175166.8303-43.4695

#da59dc color RGB value is (218,89,220).

#da59dc hex color red value is 218, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #da59dc hue: 0.83 , saturation: 0.65 and the lightness value of da59dc is 0.61.

The process color (four color CMYK) of #da59dc color hex is 0.01, 0.60, 0.00, 0.14. Web safe color of #da59dc is #cc66cc. Color #da59dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 11011100
Octal 332 131 334
Decimal 218 89 220
Hex DA 59 DC

RGB Percentages of Color #da59dc

%41.37
%16.89
%41.75

CMYK Percentages of Color #da59dc

%1
%60
%0
%14

Triadic Colors of #da59dc

#da59dc #dcda59 #59dcda

Analogous Colors of #da59dc

#da59dc #dc599d #9959dc

Monochromatic Colors of #da59dc

#da59dc

Complementary Color

#da59dc #5bdc59

#da59dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da59dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da59dc Color CSS Codes

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

#da59dc Text Font Color

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

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


#da59dc Background Color

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

This div background color is #da59dc


#da59dc Border Color

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

This div border color is #da59dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da59dc


Comments

No comments written yet.

Please login to write comment.