Color Hex Logo

#da599d Color Hex

#DA599D
(218,89,157)
0 Favorites   0 Comments

Color spaces of #da599d

RGB 21889157
HSL0.910.640.60
HSV328°59°85°
CMYK 0.000.590.28   0.15
XYZ38.571624.484534.5913
Yxy24.48450.39500.2507
Hunter Lab49.481852.5495-6.8106
CIE-Lab56.569757.3799-11.3484

#da599d color RGB value is (218,89,157).

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

The process color (four color CMYK) of #da599d color hex is 0.00, 0.59, 0.28, 0.15. Web safe color of #da599d is #cc6699. Color #da599d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 10011101
Octal 332 131 235
Decimal 218 89 157
Hex DA 59 9D

RGB Percentages of Color #da599d

%46.98
%19.18
%33.84

CMYK Percentages of Color #da599d

%0
%59
%28
%15

Triadic Colors of #da599d

#da599d #9dda59 #599dda

Analogous Colors of #da599d

#da599d #da595d #d759da

Monochromatic Colors of #da599d

#da599d

Complementary Color

#da599d #59da96

#da599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da599d Color CSS Codes

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

#da599d Text Font Color

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

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


#da599d Background Color

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

This div background color is #da599d


#da599d Border Color

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

This div border color is #da599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da599d


Comments

No comments written yet.

Please login to write comment.