Color Hex Logo

#d8778d Color Hex

#D8778D
(216,119,141)
0 Favorites   0 Comments

Color spaces of #d8778d

RGB 216119141
HSL0.960.550.66
HSV346°45°85°
CMYK 0.000.450.35   0.15
XYZ39.723429.715728.8413
Yxy29.71570.40420.3024
Hunter Lab54.512134.67826.7893
CIE-Lab61.408140.17295.0180

#d8778d color RGB value is (216,119,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110111 10001101
Octal 330 167 215
Decimal 216 119 141
Hex D8 77 8D

RGB Percentages of Color #d8778d

%45.38
%25.00
%29.62

CMYK Percentages of Color #d8778d

%0
%45
%35
%15

Triadic Colors of #d8778d

#d8778d #8dd877 #778dd8

Analogous Colors of #d8778d

#d8778d #d89277 #d877be

Monochromatic Colors of #d8778d

#d8778d

Complementary Color

#d8778d #77d8c2

#d8778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8778d Color CSS Codes

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

#d8778d Text Font Color

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

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


#d8778d Background Color

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

This div background color is #d8778d


#d8778d Border Color

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

This div border color is #d8778d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8778d


Comments

No comments written yet.

Please login to write comment.