Color Hex Logo

#d8719d Color Hex

#D8719D
(216,113,157)
0 Favorites   0 Comments

Color spaces of #d8719d

RGB 216113157
HSL0.930.570.65
HSV334°48°85°
CMYK 0.000.480.27   0.15
XYZ40.309828.843535.3411
Yxy28.84350.38580.2760
Hunter Lab53.706139.9896-1.4212
CIE-Lab60.643345.3004-5.3039

#d8719d color RGB value is (216,113,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110001 10011101
Octal 330 161 235
Decimal 216 113 157
Hex D8 71 9D

RGB Percentages of Color #d8719d

%44.44
%23.25
%32.30

CMYK Percentages of Color #d8719d

%0
%48
%27
%15

Triadic Colors of #d8719d

#d8719d #9dd871 #719dd8

Analogous Colors of #d8719d

#d8719d #d87971 #d871d1

Monochromatic Colors of #d8719d

#d8719d

Complementary Color

#d8719d #71d8ac

#d8719d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8719d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8719d Color CSS Codes

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

#d8719d Text Font Color

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

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


#d8719d Background Color

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

This div background color is #d8719d


#d8719d Border Color

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

This div border color is #d8719d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8719d


Comments

No comments written yet.

Please login to write comment.