Color Hex Logo

#d0798b Color Hex

#D0798B
(208,121,139)
0 Favorites   0 Comments

Color spaces of #d0798b

RGB 208121139
HSL0.970.480.65
HSV348°42°82°
CMYK 0.000.420.33   0.18
XYZ37.510028.948728.0368
Yxy28.94870.39700.3064
Hunter Lab53.804030.28616.7673
CIE-Lab60.736335.99235.0652

#d0798b color RGB value is (208,121,139).

#d0798b hex color red value is 208, green value is 121 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d0798b hue: 0.97 , saturation: 0.48 and the lightness value of d0798b is 0.65.

The process color (four color CMYK) of #d0798b color hex is 0.00, 0.42, 0.33, 0.18. Web safe color of #d0798b is #cc6699. Color #d0798b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111001 10001011
Octal 320 171 213
Decimal 208 121 139
Hex D0 79 8B

RGB Percentages of Color #d0798b

%44.44
%25.85
%29.70

CMYK Percentages of Color #d0798b

%0
%42
%33
%18

Triadic Colors of #d0798b

#d0798b #8bd079 #798bd0

Analogous Colors of #d0798b

#d0798b #d09379 #d079b7

Monochromatic Colors of #d0798b

#d0798b

Complementary Color

#d0798b #79d0be

#d0798b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0798b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0798b Color CSS Codes

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

#d0798b Text Font Color

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

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


#d0798b Background Color

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

This div background color is #d0798b


#d0798b Border Color

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

This div border color is #d0798b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,121,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0798b


Comments

No comments written yet.

Please login to write comment.