color codes Logo

#d8149c color codes

#D8149C
(216,20,156)
0 Favorites   0 Comments

Color spaces of #d8149c

RGB 21620156
HSL0.880.830.46
HSV318°91°85°
CMYK 0.000.910.28   0.15
XYZ34.569817.499533.0082
Yxy17.49950.40630.2057
Hunter Lab41.832474.3036-17.5006
CIE-Lab48.883377.2383-22.4862

#d8149c color RGB value is (216,20,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010100 10011100
Octal 330 24 234
Decimal 216 20 156
Hex D8 14 9C

RGB Percentages of Color #d8149c

%55.10
%5.10
%39.80

CMYK Percentages of Color #d8149c

%0
%91
%28
%15

Triadic Colors of #d8149c

#d8149c #9cd814 #149cd8

Analogous Colors of #d8149c

#d8149c #d8143a #b214d8

Monochromatic Colors of #d8149c

#d8149c

Complementary Color

#d8149c #14d850

#d8149c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8149c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8149c Color CSS Codes

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

#d8149c Text Font Color

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

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


#d8149c Background Color

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

This div background color is #d8149c


#d8149c Border Color

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

This div border color is #d8149c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8149c


Comments

No comments written yet.

Please login to write comment.