Color Hex Logo

#da5987 Color Hex

#DA5987
(218,89,135)
0 Favorites   0 Comments

Color spaces of #da5987

RGB 21889135
HSL0.940.640.60
HSV339°59°85°
CMYK 0.000.590.38   0.15
XYZ36.859023.799525.5727
Yxy23.79950.42740.2760
Hunter Lab48.784749.49133.0698
CIE-Lab55.886554.76270.5459

#da5987 color RGB value is (218,89,135).

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

The process color (four color CMYK) of #da5987 color hex is 0.00, 0.59, 0.38, 0.15. Web safe color of #da5987 is #cc6699. Color #da5987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 10000111
Octal 332 131 207
Decimal 218 89 135
Hex DA 59 87

RGB Percentages of Color #da5987

%49.32
%20.14
%30.54

CMYK Percentages of Color #da5987

%0
%59
%38
%15

Triadic Colors of #da5987

#da5987 #87da59 #5987da

Analogous Colors of #da5987

#da5987 #da6c59 #da59c8

Monochromatic Colors of #da5987

#da5987

Complementary Color

#da5987 #59daac

#da5987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5987 Color CSS Codes

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

#da5987 Text Font Color

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

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


#da5987 Background Color

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

This div background color is #da5987


#da5987 Border Color

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

This div border color is #da5987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5987


Comments

No comments written yet.

Please login to write comment.