Color Hex Logo

#da787d Color Hex

#DA787D
(218,120,125)
0 Favorites   0 Comments

Color spaces of #da787d

RGB 218120125
HSL0.990.570.66
HSV357°45°85°
CMYK 0.000.450.43   0.15
XYZ39.331629.819023.0847
Yxy29.81900.42640.3233
Hunter Lab54.606833.006313.1602
CIE-Lab61.497738.553614.3596

#da787d color RGB value is (218,120,125).

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

The process color (four color CMYK) of #da787d color hex is 0.00, 0.45, 0.43, 0.15. Web safe color of #da787d is #cc6666. Color #da787d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 01111101
Octal 332 170 175
Decimal 218 120 125
Hex DA 78 7D

RGB Percentages of Color #da787d

%47.08
%25.92
%27.00

CMYK Percentages of Color #da787d

%0
%45
%43
%15

Triadic Colors of #da787d

#da787d #7dda78 #787dda

Analogous Colors of #da787d

#da787d #daa478 #da78ae

Monochromatic Colors of #da787d

#da787d

Complementary Color

#da787d #78dad5

#da787d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da787d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da787d Color CSS Codes

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

#da787d Text Font Color

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

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


#da787d Background Color

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

This div background color is #da787d


#da787d Border Color

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

This div border color is #da787d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da787d


Comments

No comments written yet.

Please login to write comment.