Color Hex Logo

#d9109d Color Hex

#D9109D
(217,16,157)
0 Favorites   0 Comments

Color spaces of #d9109d

RGB 21716157
HSL0.880.860.46
HSV318°93°85°
CMYK 0.000.930.28   0.15
XYZ34.886417.556633.4483
Yxy17.55660.40620.2044
Hunter Lab41.900675.2929-17.9995
CIE-Lab48.953878.0207-22.9591

#d9109d color RGB value is (217,16,157).

#d9109d hex color red value is 217, green value is 16 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d9109d hue: 0.88 , saturation: 0.86 and the lightness value of d9109d is 0.46.

The process color (four color CMYK) of #d9109d color hex is 0.00, 0.93, 0.28, 0.15. Web safe color of #d9109d is #cc0099. Color #d9109d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010000 10011101
Octal 331 20 235
Decimal 217 16 157
Hex D9 10 9D

RGB Percentages of Color #d9109d

%55.64
%4.10
%40.26

CMYK Percentages of Color #d9109d

%0
%93
%28
%15

Triadic Colors of #d9109d

#d9109d #9dd910 #109dd9

Analogous Colors of #d9109d

#d9109d #d91039 #b110d9

Monochromatic Colors of #d9109d

#d9109d

Complementary Color

#d9109d #10d94c

#d9109d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9109d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9109d Color CSS Codes

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

#d9109d Text Font Color

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

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


#d9109d Background Color

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

This div background color is #d9109d


#d9109d Border Color

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

This div border color is #d9109d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9109d


Comments

No comments written yet.

Please login to write comment.