Color Hex Logo

#da577b Color Hex

#DA577B
(218,87,123)
0 Favorites   0 Comments

Color spaces of #da577b

RGB 21887123
HSL0.950.640.60
HSV344°60°85°
CMYK 0.000.600.44   0.15
XYZ35.896823.151921.3157
Yxy23.15190.44670.2881
Hunter Lab48.116448.96457.4159
CIE-Lab55.228554.39826.6780

#da577b color RGB value is (218,87,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 01111011
Octal 332 127 173
Decimal 218 87 123
Hex DA 57 7B

RGB Percentages of Color #da577b

%50.93
%20.33
%28.74

CMYK Percentages of Color #da577b

%0
%60
%44
%15

Triadic Colors of #da577b

#da577b #7bda57 #577bda

Analogous Colors of #da577b

#da577b #da7557 #da57bd

Monochromatic Colors of #da577b

#da577b

Complementary Color

#da577b #57dab6

#da577b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da577b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da577b Color CSS Codes

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

#da577b Text Font Color

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

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


#da577b Background Color

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

This div background color is #da577b


#da577b Border Color

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

This div border color is #da577b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da577b


Comments

No comments written yet.

Please login to write comment.