Color Hex Logo

#d06979 Color Hex

#D06979
(208,105,121)
0 Favorites   0 Comments

Color spaces of #d06979

RGB 208105121
HSL0.970.520.61
HSV351°50°82°
CMYK 0.000.500.42   0.18
XYZ34.515224.893521.0749
Yxy24.89350.42880.3093
Hunter Lab49.893436.16919.8814
CIE-Lab56.971542.187510.1222

#d06979 color RGB value is (208,105,121).

#d06979 hex color red value is 208, green value is 105 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #d06979 hue: 0.97 , saturation: 0.52 and the lightness value of d06979 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101001 01111001
Octal 320 151 171
Decimal 208 105 121
Hex D0 69 79

RGB Percentages of Color #d06979

%47.93
%24.19
%27.88

CMYK Percentages of Color #d06979

%0
%50
%42
%18

Triadic Colors of #d06979

#d06979 #79d069 #6979d0

Analogous Colors of #d06979

#d06979 #d08d69 #d069ad

Monochromatic Colors of #d06979

#d06979

Complementary Color

#d06979 #69d0c0

#d06979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06979 Color CSS Codes

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

#d06979 Text Font Color

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

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


#d06979 Background Color

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

This div background color is #d06979


#d06979 Border Color

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

This div border color is #d06979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06979


Comments

No comments written yet.

Please login to write comment.