Color Hex Logo

#da59d8 Color Hex

#DA59D8
(218,89,216)
0 Favorites   0 Comments

Color spaces of #da59d8

RGB 21889216
HSL0.840.640.60
HSV301°59°85°
CMYK 0.000.590.01   0.15
XYZ44.880527.008167.8134
Yxy27.00810.32130.1933
Hunter Lab51.969363.2056-40.9874
CIE-Lab58.981866.1551-41.5186

#da59d8 color RGB value is (218,89,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 11011000
Octal 332 131 330
Decimal 218 89 216
Hex DA 59 D8

RGB Percentages of Color #da59d8

%41.68
%17.02
%41.30

CMYK Percentages of Color #da59d8

%0
%59
%1
%15

Triadic Colors of #da59d8

#da59d8 #d8da59 #59d8da

Analogous Colors of #da59d8

#da59d8 #da5998 #9c59da

Monochromatic Colors of #da59d8

#da59d8

Complementary Color

#da59d8 #59da5b

#da59d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da59d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da59d8 Color CSS Codes

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

#da59d8 Text Font Color

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

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


#da59d8 Background Color

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

This div background color is #da59d8


#da59d8 Border Color

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

This div border color is #da59d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da59d8


Comments

No comments written yet.

Please login to write comment.