Color Hex Logo

#d07796 Color Hex

#D07796
(208,119,150)
0 Favorites   0 Comments

Color spaces of #d07796

RGB 208119150
HSL0.940.490.64
HSV339°43°82°
CMYK 0.000.430.28   0.18
XYZ38.114328.805632.4053
Yxy28.80560.38370.2900
Hunter Lab53.670832.83761.7716
CIE-Lab60.609738.4972-1.4453

#d07796 color RGB value is (208,119,150).

#d07796 hex color red value is 208, green value is 119 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #d07796 hue: 0.94 , saturation: 0.49 and the lightness value of d07796 is 0.64.

The process color (four color CMYK) of #d07796 color hex is 0.00, 0.43, 0.28, 0.18. Web safe color of #d07796 is #cc6699. Color #d07796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110111 10010110
Octal 320 167 226
Decimal 208 119 150
Hex D0 77 96

RGB Percentages of Color #d07796

%43.61
%24.95
%31.45

CMYK Percentages of Color #d07796

%0
%43
%28
%18

Triadic Colors of #d07796

#d07796 #96d077 #7796d0

Analogous Colors of #d07796

#d07796 #d08577 #d077c3

Monochromatic Colors of #d07796

#d07796

Complementary Color

#d07796 #77d0b1

#d07796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07796 Color CSS Codes

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

#d07796 Text Font Color

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

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


#d07796 Background Color

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

This div background color is #d07796


#d07796 Border Color

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

This div border color is #d07796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07796


Comments

No comments written yet.

Please login to write comment.