Color Hex Logo

#da597a Color Hex

#DA597A
(218,89,122)
0 Favorites   0 Comments

Color spaces of #da597a

RGB 21889122
HSL0.960.640.60
HSV345°59°85°
CMYK 0.000.590.44   0.15
XYZ35.998723.455321.0423
Yxy23.45530.44720.2914
Hunter Lab48.430747.92608.1410
CIE-Lab55.538353.40467.7108

#da597a color RGB value is (218,89,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 01111010
Octal 332 131 172
Decimal 218 89 122
Hex DA 59 7A

RGB Percentages of Color #da597a

%50.82
%20.75
%28.44

CMYK Percentages of Color #da597a

%0
%59
%44
%15

Triadic Colors of #da597a

#da597a #7ada59 #597ada

Analogous Colors of #da597a

#da597a #da7959 #da59bb

Monochromatic Colors of #da597a

#da597a

Complementary Color

#da597a #59dab9

#da597a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da597a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da597a Color CSS Codes

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

#da597a Text Font Color

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

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


#da597a Background Color

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

This div background color is #da597a


#da597a Border Color

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

This div border color is #da597a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da597a


Comments

No comments written yet.

Please login to write comment.