Color Hex Logo

#da59ca Color Hex

#DA59CA
(218,89,202)
0 Favorites   0 Comments

Color spaces of #da59ca

RGB 21889202
HSL0.850.640.60
HSV307°59°85°
CMYK 0.000.590.07   0.15
XYZ43.146526.314558.6822
Yxy26.31450.33670.2054
Hunter Lab51.297760.3656-31.9167
CIE-Lab58.334463.8655-34.5964

#da59ca color RGB value is (218,89,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 11001010
Octal 332 131 312
Decimal 218 89 202
Hex DA 59 CA

RGB Percentages of Color #da59ca

%42.83
%17.49
%39.69

CMYK Percentages of Color #da59ca

%0
%59
%7
%15

Triadic Colors of #da59ca

#da59ca #cada59 #59cada

Analogous Colors of #da59ca

#da59ca #da598a #aa59da

Monochromatic Colors of #da59ca

#da59ca

Complementary Color

#da59ca #59da69

#da59ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da59ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da59ca Color CSS Codes

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

#da59ca Text Font Color

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

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


#da59ca Background Color

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

This div background color is #da59ca


#da59ca Border Color

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

This div border color is #da59ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da59ca


Comments

No comments written yet.

Please login to write comment.