Color Hex Logo

#d8798d Color Hex

#D8798D
(216,121,141)
0 Favorites   0 Comments

Color spaces of #d8798d

RGB 216121141
HSL0.960.550.66
HSV347°44°85°
CMYK 0.000.440.35   0.15
XYZ39.964030.196828.9215
Yxy30.19680.40330.3048
Hunter Lab54.951633.65027.2613
CIE-Lab61.823739.13525.6154

#d8798d color RGB value is (216,121,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111001 10001101
Octal 330 171 215
Decimal 216 121 141
Hex D8 79 8D

RGB Percentages of Color #d8798d

%45.19
%25.31
%29.50

CMYK Percentages of Color #d8798d

%0
%44
%35
%15

Triadic Colors of #d8798d

#d8798d #8dd879 #798dd8

Analogous Colors of #d8798d

#d8798d #d89579 #d879bd

Monochromatic Colors of #d8798d

#d8798d

Complementary Color

#d8798d #79d8c4

#d8798d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8798d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8798d Color CSS Codes

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

#d8798d Text Font Color

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

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


#d8798d Background Color

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

This div background color is #d8798d


#d8798d Border Color

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

This div border color is #d8798d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8798d


Comments

No comments written yet.

Please login to write comment.