Color Hex Logo

#da4981 Color Hex

#DA4981
(218,73,129)
0 Favorites   0 Comments

Color spaces of #da4981

RGB 21873129
HSL0.940.660.57
HSV337°67°85°
CMYK 0.000.670.41   0.15
XYZ35.258421.255523.0133
Yxy21.25550.44340.2673
Hunter Lab46.103755.82882.6771
CIE-Lab53.228060.86560.2245

#da4981 color RGB value is (218,73,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001001 10000001
Octal 332 111 201
Decimal 218 73 129
Hex DA 49 81

RGB Percentages of Color #da4981

%51.90
%17.38
%30.71

CMYK Percentages of Color #da4981

%0
%67
%41
%15

Triadic Colors of #da4981

#da4981 #81da49 #4981da

Analogous Colors of #da4981

#da4981 #da5a49 #da49ca

Monochromatic Colors of #da4981

#da4981

Complementary Color

#da4981 #49daa2

#da4981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4981 Color CSS Codes

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

#da4981 Text Font Color

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

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


#da4981 Background Color

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

This div background color is #da4981


#da4981 Border Color

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

This div border color is #da4981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4981


Comments

No comments written yet.

Please login to write comment.