Color Hex Logo

#d08074 Color Hex

#D08074
(208,128,116)
0 Favorites   0 Comments

Color spaces of #d08074

RGB 208128116
HSL0.020.490.64
HSV44°82°
CMYK 0.000.380.44   0.18
XYZ36.884030.109220.3907
Yxy30.10920.42210.3446
Hunter Lab54.871923.959216.3778
CIE-Lab61.748329.578519.6239

#d08074 color RGB value is (208,128,116).

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

The process color (four color CMYK) of #d08074 color hex is 0.00, 0.38, 0.44, 0.18. Web safe color of #d08074 is #cc9966. Color #d08074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000000 01110100
Octal 320 200 164
Decimal 208 128 116
Hex D0 80 74

RGB Percentages of Color #d08074

%46.02
%28.32
%25.66

CMYK Percentages of Color #d08074

%0
%38
%44
%18

Triadic Colors of #d08074

#d08074 #74d080 #8074d0

Analogous Colors of #d08074

#d08074 #d0ae74 #d07496

Monochromatic Colors of #d08074

#d08074

Complementary Color

#d08074 #74c4d0

#d08074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08074 Color CSS Codes

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

#d08074 Text Font Color

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

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


#d08074 Background Color

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

This div background color is #d08074


#d08074 Border Color

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

This div border color is #d08074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08074


Comments

No comments written yet.

Please login to write comment.