Color Hex Logo

#da788f Color Hex

#DA788F
(218,120,143)
0 Favorites   0 Comments

Color spaces of #da788f

RGB 218120143
HSL0.960.570.66
HSV346°45°85°
CMYK 0.000.450.34   0.15
XYZ40.587830.321529.7000
Yxy30.32150.40340.3014
Hunter Lab55.065035.20686.5666
CIE-Lab61.930640.61294.6566

#da788f color RGB value is (218,120,143).

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

The process color (four color CMYK) of #da788f color hex is 0.00, 0.45, 0.34, 0.15. Web safe color of #da788f is #cc6699. Color #da788f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 10001111
Octal 332 170 217
Decimal 218 120 143
Hex DA 78 8F

RGB Percentages of Color #da788f

%45.32
%24.95
%29.73

CMYK Percentages of Color #da788f

%0
%45
%34
%15

Triadic Colors of #da788f

#da788f #8fda78 #788fda

Analogous Colors of #da788f

#da788f #da9278 #da78c0

Monochromatic Colors of #da788f

#da788f

Complementary Color

#da788f #78dac3

#da788f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da788f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da788f Color CSS Codes

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

#da788f Text Font Color

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

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


#da788f Background Color

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

This div background color is #da788f


#da788f Border Color

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

This div border color is #da788f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da788f


Comments

No comments written yet.

Please login to write comment.