Color Hex Logo

#d06774 Color Hex

#D06774
(208,103,116)
0 Favorites   0 Comments

Color spaces of #d06774

RGB 208103116
HSL0.980.530.61
HSV353°50°82°
CMYK 0.000.500.44   0.18
XYZ34.015124.371319.4343
Yxy24.37130.43710.3132
Hunter Lab49.367336.597511.2166
CIE-Lab56.457642.671212.3197

#d06774 color RGB value is (208,103,116).

#d06774 hex color red value is 208, green value is 103 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d06774 hue: 0.98 , saturation: 0.53 and the lightness value of d06774 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100111 01110100
Octal 320 147 164
Decimal 208 103 116
Hex D0 67 74

RGB Percentages of Color #d06774

%48.71
%24.12
%27.17

CMYK Percentages of Color #d06774

%0
%50
%44
%18

Triadic Colors of #d06774

#d06774 #74d067 #6774d0

Analogous Colors of #d06774

#d06774 #d08f67 #d067a9

Monochromatic Colors of #d06774

#d06774

Complementary Color

#d06774 #67d0c3

#d06774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06774 Color CSS Codes

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

#d06774 Text Font Color

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

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


#d06774 Background Color

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

This div background color is #d06774


#d06774 Border Color

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

This div border color is #d06774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06774


Comments

No comments written yet.

Please login to write comment.