Color Hex Logo

#da597e Color Hex

#DA597E
(218,89,126)
0 Favorites   0 Comments

Color spaces of #da597e

RGB 21889126
HSL0.950.640.60
HSV343°59°85°
CMYK 0.000.590.42   0.15
XYZ36.251723.556522.3749
Yxy23.55650.44110.2866
Hunter Lab48.535048.38866.6415
CIE-Lab55.641053.80725.4968

#da597e color RGB value is (218,89,126).

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

The process color (four color CMYK) of #da597e color hex is 0.00, 0.59, 0.42, 0.15. Web safe color of #da597e is #cc6666. Color #da597e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 01111110
Octal 332 131 176
Decimal 218 89 126
Hex DA 59 7E

RGB Percentages of Color #da597e

%50.35
%20.55
%29.10

CMYK Percentages of Color #da597e

%0
%59
%42
%15

Triadic Colors of #da597e

#da597e #7eda59 #597eda

Analogous Colors of #da597e

#da597e #da7559 #da59bf

Monochromatic Colors of #da597e

#da597e

Complementary Color

#da597e #59dab5

#da597e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da597e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da597e Color CSS Codes

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

#da597e Text Font Color

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

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


#da597e Background Color

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

This div background color is #da597e


#da597e Border Color

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

This div border color is #da597e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da597e


Comments

No comments written yet.

Please login to write comment.