Color Hex Logo

#d0774e Color Hex

#D0774E
(208,119,78)
0 Favorites   0 Comments

Color spaces of #d0774e

RGB 20811978
HSL0.050.580.56
HSV19°63°82°
CMYK 0.000.430.63   0.18
XYZ33.984427.153610.6577
Yxy27.15360.47330.3782
Hunter Lab52.109125.222824.3500
CIE-Lab59.116231.104937.3390

#d0774e color RGB value is (208,119,78).

#d0774e hex color red value is 208, green value is 119 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d0774e hue: 0.05 , saturation: 0.58 and the lightness value of d0774e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110111 01001110
Octal 320 167 116
Decimal 208 119 78
Hex D0 77 4E

RGB Percentages of Color #d0774e

%51.36
%29.38
%19.26

CMYK Percentages of Color #d0774e

%0
%43
%63
%18

Triadic Colors of #d0774e

#d0774e #4ed077 #774ed0

Analogous Colors of #d0774e

#d0774e #d0b84e #d04e66

Monochromatic Colors of #d0774e

#d0774e

Complementary Color

#d0774e #4ea7d0

#d0774e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0774e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0774e Color CSS Codes

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

#d0774e Text Font Color

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

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


#d0774e Background Color

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

This div background color is #d0774e


#d0774e Border Color

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

This div border color is #d0774e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0774e


Comments

No comments written yet.

Please login to write comment.