Color Hex Logo

#da59cc Color Hex

#DA59CC
(218,89,204)
0 Favorites   0 Comments

Color spaces of #da59cc

RGB 21889204
HSL0.850.640.60
HSV307°59°85°
CMYK 0.000.590.06   0.15
XYZ43.384926.409859.9377
Yxy26.40980.33440.2036
Hunter Lab51.390560.7601-33.1778
CIE-Lab58.424064.1856-35.5945

#da59cc color RGB value is (218,89,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 11001100
Octal 332 131 314
Decimal 218 89 204
Hex DA 59 CC

RGB Percentages of Color #da59cc

%42.66
%17.42
%39.92

CMYK Percentages of Color #da59cc

%0
%59
%6
%15

Triadic Colors of #da59cc

#da59cc #ccda59 #59ccda

Analogous Colors of #da59cc

#da59cc #da598c #a859da

Monochromatic Colors of #da59cc

#da59cc

Complementary Color

#da59cc #59da67

#da59cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da59cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da59cc Color CSS Codes

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

#da59cc Text Font Color

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

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


#da59cc Background Color

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

This div background color is #da59cc


#da59cc Border Color

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

This div border color is #da59cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da59cc


Comments

No comments written yet.

Please login to write comment.