Color Hex Logo

#da577a Color Hex

#DA577A
(218,87,122)
0 Favorites   0 Comments

Color spaces of #da577a

RGB 21887122
HSL0.960.640.60
HSV344°60°85°
CMYK 0.000.600.44   0.15
XYZ35.834523.127020.9876
Yxy23.12700.44820.2893
Hunter Lab48.090548.85027.7881
CIE-Lab55.202954.29917.2329

#da577a color RGB value is (218,87,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 01111010
Octal 332 127 172
Decimal 218 87 122
Hex DA 57 7A

RGB Percentages of Color #da577a

%51.05
%20.37
%28.57

CMYK Percentages of Color #da577a

%0
%60
%44
%15

Triadic Colors of #da577a

#da577a #7ada57 #577ada

Analogous Colors of #da577a

#da577a #da7657 #da57bc

Monochromatic Colors of #da577a

#da577a

Complementary Color

#da577a #57dab7

#da577a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da577a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da577a Color CSS Codes

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

#da577a Text Font Color

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

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


#da577a Background Color

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

This div background color is #da577a


#da577a Border Color

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

This div border color is #da577a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,87,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 #da577a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da577a


Comments

No comments written yet.

Please login to write comment.