Color Hex Logo

#d9606e Color Hex

#D9606E
(217,96,110)
0 Favorites   0 Comments

Color spaces of #d9606e

RGB 21796110
HSL0.980.610.61
HSV353°56°85°
CMYK 0.000.560.49   0.15
XYZ35.612624.243217.5543
Yxy24.24320.46010.3132
Hunter Lab49.237442.940713.3279
CIE-Lab56.330548.691815.8554

#d9606e color RGB value is (217,96,110).

#d9606e hex color red value is 217, green value is 96 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d9606e hue: 0.98 , saturation: 0.61 and the lightness value of d9606e is 0.61.

The process color (four color CMYK) of #d9606e color hex is 0.00, 0.56, 0.49, 0.15. Web safe color of #d9606e is #cc6666. Color #d9606e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100000 01101110
Octal 331 140 156
Decimal 217 96 110
Hex D9 60 6E

RGB Percentages of Color #d9606e

%51.30
%22.70
%26.00

CMYK Percentages of Color #d9606e

%0
%56
%49
%15

Triadic Colors of #d9606e

#d9606e #6ed960 #606ed9

Analogous Colors of #d9606e

#d9606e #d98f60 #d960ab

Monochromatic Colors of #d9606e

#d9606e

Complementary Color

#d9606e #60d9cb

#d9606e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9606e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9606e Color CSS Codes

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

#d9606e Text Font Color

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

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


#d9606e Background Color

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

This div background color is #d9606e


#d9606e Border Color

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

This div border color is #d9606e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,96,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9606e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9606e;
  -webkit-box-shadow: 1px 1px 3px 2px #d9606e;
  box-shadow:         1px 1px 3px 2px #d9606e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,96,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9606e


Comments

No comments written yet.

Please login to write comment.