Color Hex Logo

#da787a Color Hex

#DA787A
(218,120,122)
0 Favorites   0 Comments

Color spaces of #da787a

RGB 218120122
HSL1.000.570.66
HSV359°45°85°
CMYK 0.000.450.44   0.15
XYZ39.142829.743522.0904
Yxy29.74350.43030.3269
Hunter Lab54.537632.672514.1610
CIE-Lab61.432338.238715.9841

#da787a color RGB value is (218,120,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 01111010
Octal 332 170 172
Decimal 218 120 122
Hex DA 78 7A

RGB Percentages of Color #da787a

%47.39
%26.09
%26.52

CMYK Percentages of Color #da787a

%0
%45
%44
%15

Triadic Colors of #da787a

#da787a #7ada78 #787ada

Analogous Colors of #da787a

#da787a #daa778 #da78ab

Monochromatic Colors of #da787a

#da787a

Complementary Color

#da787a #78dad8

#da787a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da787a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da787a Color CSS Codes

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

#da787a Text Font Color

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

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


#da787a Background Color

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

This div background color is #da787a


#da787a Border Color

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

This div border color is #da787a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da787a


Comments

No comments written yet.

Please login to write comment.