Color Hex Logo

#d9607e Color Hex

#D9607E
(217,96,126)
0 Favorites   0 Comments

Color spaces of #d9607e

RGB 21796126
HSL0.960.610.61
HSV345°56°85°
CMYK 0.000.560.42   0.15
XYZ36.564024.623822.5644
Yxy24.62380.43660.2940
Hunter Lab49.622444.68777.7752
CIE-Lab56.707050.25067.0025

#d9607e color RGB value is (217,96,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100000 01111110
Octal 331 140 176
Decimal 217 96 126
Hex D9 60 7E

RGB Percentages of Color #d9607e

%49.43
%21.87
%28.70

CMYK Percentages of Color #d9607e

%0
%56
%42
%15

Triadic Colors of #d9607e

#d9607e #7ed960 #607ed9

Analogous Colors of #d9607e

#d9607e #d97f60 #d960bb

Monochromatic Colors of #d9607e

#d9607e

Complementary Color

#d9607e #60d9bb

#d9607e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9607e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9607e Color CSS Codes

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

#d9607e Text Font Color

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

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


#d9607e Background Color

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

This div background color is #d9607e


#d9607e Border Color

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

This div border color is #d9607e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9607e


Comments

No comments written yet.

Please login to write comment.