Color Hex Logo

#d0776c Color Hex

#D0776C
(208,119,108)
0 Favorites   0 Comments

Color spaces of #d0776c

RGB 208119108
HSL0.020.520.62
HSV48°82°
CMYK 0.000.430.48   0.18
XYZ35.316027.686317.6700
Yxy27.68630.43780.3432
Hunter Lab52.617827.724516.9218
CIE-Lab59.604333.577221.2612

#d0776c color RGB value is (208,119,108).

#d0776c hex color red value is 208, green value is 119 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #d0776c hue: 0.02 , saturation: 0.52 and the lightness value of d0776c is 0.62.

The process color (four color CMYK) of #d0776c color hex is 0.00, 0.43, 0.48, 0.18. Web safe color of #d0776c is #cc6666. Color #d0776c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110111 01101100
Octal 320 167 154
Decimal 208 119 108
Hex D0 77 6C

RGB Percentages of Color #d0776c

%47.82
%27.36
%24.83

CMYK Percentages of Color #d0776c

%0
%43
%48
%18

Triadic Colors of #d0776c

#d0776c #6cd077 #776cd0

Analogous Colors of #d0776c

#d0776c #d0a96c #d06c93

Monochromatic Colors of #d0776c

#d0776c

Complementary Color

#d0776c #6cc5d0

#d0776c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0776c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0776c Color CSS Codes

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

#d0776c Text Font Color

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

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


#d0776c Background Color

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

This div background color is #d0776c


#d0776c Border Color

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

This div border color is #d0776c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0776c


Comments

No comments written yet.

Please login to write comment.