Color Hex Logo

#d06d74 Color Hex

#D06D74
(208,109,116)
0 Favorites   0 Comments

Color spaces of #d06d74

RGB 208109116
HSL0.990.510.62
HSV356°48°82°
CMYK 0.000.480.44   0.18
XYZ34.633425.608119.6405
Yxy25.60810.43360.3206
Hunter Lab50.604433.606612.4116
CIE-Lab57.663239.612914.0014

#d06d74 color RGB value is (208,109,116).

#d06d74 hex color red value is 208, green value is 109 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d06d74 hue: 0.99 , saturation: 0.51 and the lightness value of d06d74 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101101 01110100
Octal 320 155 164
Decimal 208 109 116
Hex D0 6D 74

RGB Percentages of Color #d06d74

%48.04
%25.17
%26.79

CMYK Percentages of Color #d06d74

%0
%48
%44
%18

Triadic Colors of #d06d74

#d06d74 #74d06d #6d74d0

Analogous Colors of #d06d74

#d06d74 #d0986d #d06da6

Monochromatic Colors of #d06d74

#d06d74

Complementary Color

#d06d74 #6dd0c9

#d06d74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06d74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06d74 Color CSS Codes

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

#d06d74 Text Font Color

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

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


#d06d74 Background Color

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

This div background color is #d06d74


#d06d74 Border Color

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

This div border color is #d06d74


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,109,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 #d06d74">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06d74


Comments

No comments written yet.

Please login to write comment.