Color Hex Logo

#da907f Color Hex

#DA907F
(218,144,127)
0 Favorites   0 Comments

Color spaces of #da907f

RGB 218144127
HSL0.030.550.68
HSV11°42°85°
CMYK 0.000.340.42   0.15
XYZ42.717536.384324.8501
Yxy36.38430.41090.3500
Hunter Lab60.319420.852717.7976
CIE-Lab66.812526.043920.5573

#da907f color RGB value is (218,144,127).

#da907f hex color red value is 218, green value is 144 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #da907f hue: 0.03 , saturation: 0.55 and the lightness value of da907f is 0.68.

The process color (four color CMYK) of #da907f color hex is 0.00, 0.34, 0.42, 0.15. Web safe color of #da907f is #cc9966. Color #da907f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 01111111
Octal 332 220 177
Decimal 218 144 127
Hex DA 90 7F

RGB Percentages of Color #da907f

%44.58
%29.45
%25.97

CMYK Percentages of Color #da907f

%0
%34
%42
%15

Triadic Colors of #da907f

#da907f #7fda90 #907fda

Analogous Colors of #da907f

#da907f #dabe7f #da7f9c

Monochromatic Colors of #da907f

#da907f

Complementary Color

#da907f #7fc9da

#da907f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da907f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da907f Color CSS Codes

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

#da907f Text Font Color

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

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


#da907f Background Color

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

This div background color is #da907f


#da907f Border Color

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

This div border color is #da907f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da907f


Comments

No comments written yet.

Please login to write comment.