Color Hex Logo

#d8117e Color Hex

#D8117E
(216,17,126)
0 Favorites   0 Comments

Color spaces of #d8117e

RGB 21617126
HSL0.910.850.46
HSV327°92°85°
CMYK 0.000.920.42   0.15
XYZ32.285216.506221.2231
Yxy16.50620.46110.2358
Hunter Lab40.627870.7477-2.5323
CIE-Lab47.631774.5911-6.2514

#d8117e color RGB value is (216,17,126).

#d8117e hex color red value is 216, green value is 17 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d8117e hue: 0.91 , saturation: 0.85 and the lightness value of d8117e is 0.46.

The process color (four color CMYK) of #d8117e color hex is 0.00, 0.92, 0.42, 0.15. Web safe color of #d8117e is #cc0066. Color #d8117e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010001 01111110
Octal 330 21 176
Decimal 216 17 126
Hex D8 11 7E

RGB Percentages of Color #d8117e

%60.17
%4.74
%35.10

CMYK Percentages of Color #d8117e

%0
%92
%42
%15

Triadic Colors of #d8117e

#d8117e #7ed811 #117ed8

Analogous Colors of #d8117e

#d8117e #d8111b #cf11d8

Monochromatic Colors of #d8117e

#d8117e

Complementary Color

#d8117e #11d86b

#d8117e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8117e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8117e Color CSS Codes

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

#d8117e Text Font Color

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

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


#d8117e Background Color

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

This div background color is #d8117e


#d8117e Border Color

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

This div border color is #d8117e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,17,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 #d8117e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8117e


Comments

No comments written yet.

Please login to write comment.