Color Hex Logo

#da5599 Color Hex

#DA5599
(218,85,153)
0 Favorites   0 Comments

Color spaces of #da5599

RGB 21885153
HSL0.910.640.59
HSV329°61°85°
CMYK 0.000.610.30   0.15
XYZ37.911723.702332.7138
Yxy23.70230.40190.2513
Hunter Lab48.685053.8017-5.7603
CIE-Lab55.788558.6237-10.1801

#da5599 color RGB value is (218,85,153).

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

The process color (four color CMYK) of #da5599 color hex is 0.00, 0.61, 0.30, 0.15. Web safe color of #da5599 is #cc6699. Color #da5599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010101 10011001
Octal 332 125 231
Decimal 218 85 153
Hex DA 55 99

RGB Percentages of Color #da5599

%47.81
%18.64
%33.55

CMYK Percentages of Color #da5599

%0
%61
%30
%15

Triadic Colors of #da5599

#da5599 #99da55 #5599da

Analogous Colors of #da5599

#da5599 #da5556 #d955da

Monochromatic Colors of #da5599

#da5599

Complementary Color

#da5599 #55da96

#da5599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5599 Color CSS Codes

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

#da5599 Text Font Color

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

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


#da5599 Background Color

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

This div background color is #da5599


#da5599 Border Color

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

This div border color is #da5599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5599


Comments

No comments written yet.

Please login to write comment.