Color Hex Logo

#da747f Color Hex

#DA747F
(218,116,127)
0 Favorites   0 Comments

Color spaces of #da747f

RGB 218116127
HSL0.980.580.65
HSV354°47°85°
CMYK 0.000.470.42   0.15
XYZ38.989628.928523.6075
Yxy28.92850.42600.3161
Hunter Lab53.785235.272811.6260
CIE-Lab60.718540.829412.1224

#da747f color RGB value is (218,116,127).

#da747f hex color red value is 218, green value is 116 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #da747f hue: 0.98 , saturation: 0.58 and the lightness value of da747f is 0.65.

The process color (four color CMYK) of #da747f color hex is 0.00, 0.47, 0.42, 0.15. Web safe color of #da747f is #cc6666. Color #da747f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 01111111
Octal 332 164 177
Decimal 218 116 127
Hex DA 74 7F

RGB Percentages of Color #da747f

%47.29
%25.16
%27.55

CMYK Percentages of Color #da747f

%0
%47
%42
%15

Triadic Colors of #da747f

#da747f #7fda74 #747fda

Analogous Colors of #da747f

#da747f #da9c74 #da74b2

Monochromatic Colors of #da747f

#da747f

Complementary Color

#da747f #74dacf

#da747f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da747f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da747f Color CSS Codes

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

#da747f Text Font Color

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

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


#da747f Background Color

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

This div background color is #da747f


#da747f Border Color

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

This div border color is #da747f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da747f


Comments

No comments written yet.

Please login to write comment.