Color Hex Logo

#d9149c Color Hex

#D9149C
(217,20,156)
0 Favorites   0 Comments

Color spaces of #d9149c

RGB 21720156
HSL0.880.830.46
HSV319°91°85°
CMYK 0.000.910.28   0.15
XYZ34.866217.652333.0221
Yxy17.65230.40760.2064
Hunter Lab42.014674.6041-17.1897
CIE-Lab49.071677.4438-22.1804

#d9149c color RGB value is (217,20,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010100 10011100
Octal 331 24 234
Decimal 217 20 156
Hex D9 14 9C

RGB Percentages of Color #d9149c

%55.22
%5.09
%39.69

CMYK Percentages of Color #d9149c

%0
%91
%28
%15

Triadic Colors of #d9149c

#d9149c #9cd914 #149cd9

Analogous Colors of #d9149c

#d9149c #d9143a #b414d9

Monochromatic Colors of #d9149c

#d9149c

Complementary Color

#d9149c #14d951

#d9149c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9149c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9149c Color CSS Codes

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

#d9149c Text Font Color

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

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


#d9149c Background Color

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

This div background color is #d9149c


#d9149c Border Color

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

This div border color is #d9149c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9149c


Comments

No comments written yet.

Please login to write comment.