Color Hex Logo

#da4987 Color Hex

#DA4987
(218,73,135)
0 Favorites   0 Comments

Color spaces of #da4987

RGB 21873135
HSL0.930.660.57
HSV334°67°85°
CMYK 0.000.670.38   0.15
XYZ35.669221.419825.1761
Yxy21.41980.43360.2604
Hunter Lab46.281556.57740.1447
CIE-Lab53.405961.4886-3.0897

#da4987 color RGB value is (218,73,135).

#da4987 hex color red value is 218, green value is 73 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #da4987 hue: 0.93 , saturation: 0.66 and the lightness value of da4987 is 0.57.

The process color (four color CMYK) of #da4987 color hex is 0.00, 0.67, 0.38, 0.15. Web safe color of #da4987 is #cc3399. Color #da4987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 10000111
Octal 332 111 207
Decimal 218 73 135
Hex DA 49 87

RGB Percentages of Color #da4987

%51.17
%17.14
%31.69

CMYK Percentages of Color #da4987

%0
%67
%38
%15

Triadic Colors of #da4987

#da4987 #87da49 #4987da

Analogous Colors of #da4987

#da4987 #da5449 #da49d0

Monochromatic Colors of #da4987

#da4987

Complementary Color

#da4987 #49da9c

#da4987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4987 Color CSS Codes

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

#da4987 Text Font Color

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

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


#da4987 Background Color

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

This div background color is #da4987


#da4987 Border Color

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

This div border color is #da4987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4987


Comments

No comments written yet.

Please login to write comment.