Color Hex Logo

#d9719e Color Hex

#D9719E
(217,113,158)
0 Favorites   0 Comments

Color spaces of #d9719e

RGB 217113158
HSL0.930.580.65
HSV334°48°85°
CMYK 0.000.480.27   0.15
XYZ40.692029.030635.8065
Yxy29.03060.38560.2751
Hunter Lab53.880140.5190-1.6857
CIE-Lab60.808645.7711-5.6195

#d9719e color RGB value is (217,113,158).

#d9719e hex color red value is 217, green value is 113 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d9719e hue: 0.93 , saturation: 0.58 and the lightness value of d9719e is 0.65.

The process color (four color CMYK) of #d9719e color hex is 0.00, 0.48, 0.27, 0.15. Web safe color of #d9719e is #cc6699. Color #d9719e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110001 10011110
Octal 331 161 236
Decimal 217 113 158
Hex D9 71 9E

RGB Percentages of Color #d9719e

%44.47
%23.16
%32.38

CMYK Percentages of Color #d9719e

%0
%48
%27
%15

Triadic Colors of #d9719e

#d9719e #9ed971 #719ed9

Analogous Colors of #d9719e

#d9719e #d97871 #d971d2

Monochromatic Colors of #d9719e

#d9719e

Complementary Color

#d9719e #71d9ac

#d9719e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9719e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9719e Color CSS Codes

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

#d9719e Text Font Color

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

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


#d9719e Background Color

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

This div background color is #d9719e


#d9719e Border Color

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

This div border color is #d9719e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9719e


Comments

No comments written yet.

Please login to write comment.