Color Hex Logo

#da788d Color Hex

#DA788D
(218,120,141)
0 Favorites   0 Comments

Color spaces of #da788d

RGB 218120141
HSL0.960.570.66
HSV347°45°85°
CMYK 0.000.450.35   0.15
XYZ40.437630.261528.9091
Yxy30.26150.40600.3038
Hunter Lab55.010534.94527.3492
CIE-Lab61.879240.36965.7296

#da788d color RGB value is (218,120,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 10001101
Octal 332 170 215
Decimal 218 120 141
Hex DA 78 8D

RGB Percentages of Color #da788d

%45.51
%25.05
%29.44

CMYK Percentages of Color #da788d

%0
%45
%35
%15

Triadic Colors of #da788d

#da788d #8dda78 #788dda

Analogous Colors of #da788d

#da788d #da9478 #da78be

Monochromatic Colors of #da788d

#da788d

Complementary Color

#da788d #78dac5

#da788d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da788d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da788d Color CSS Codes

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

#da788d Text Font Color

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

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


#da788d Background Color

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

This div background color is #da788d


#da788d Border Color

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

This div border color is #da788d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da788d


Comments

No comments written yet.

Please login to write comment.