Color Hex Logo

#da487f Color Hex

#DA487F
(218,72,127)
0 Favorites   0 Comments

Color spaces of #da487f

RGB 21872127
HSL0.940.660.57
HSV337°67°85°
CMYK 0.000.670.42   0.15
XYZ35.061621.072522.2981
Yxy21.07250.44700.2687
Hunter Lab45.904856.00303.3334
CIE-Lab53.028861.05471.1281

#da487f color RGB value is (218,72,127).

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

The process color (four color CMYK) of #da487f color hex is 0.00, 0.67, 0.42, 0.15. Web safe color of #da487f is #cc3366. Color #da487f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001000 01111111
Octal 332 110 177
Decimal 218 72 127
Hex DA 48 7F

RGB Percentages of Color #da487f

%52.28
%17.27
%30.46

CMYK Percentages of Color #da487f

%0
%67
%42
%15

Triadic Colors of #da487f

#da487f #7fda48 #487fda

Analogous Colors of #da487f

#da487f #da5a48 #da48c8

Monochromatic Colors of #da487f

#da487f

Complementary Color

#da487f #48daa3

#da487f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da487f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da487f Color CSS Codes

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

#da487f Text Font Color

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

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


#da487f Background Color

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

This div background color is #da487f


#da487f Border Color

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

This div border color is #da487f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da487f


Comments

No comments written yet.

Please login to write comment.