Color Hex Logo

#d8199c Color Hex

#D8199C
(216,25,156)
0 Favorites   0 Comments

Color spaces of #d8199c

RGB 21625156
HSL0.890.790.47
HSV319°88°85°
CMYK 0.000.880.28   0.15
XYZ34.667317.694533.0407
Yxy17.69450.40590.2072
Hunter Lab42.064873.4955-17.1252
CIE-Lab49.123576.5386-22.1163

#d8199c color RGB value is (216,25,156).

#d8199c hex color red value is 216, green value is 25 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #d8199c hue: 0.89 , saturation: 0.79 and the lightness value of d8199c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011001 10011100
Octal 330 31 234
Decimal 216 25 156
Hex D8 19 9C

RGB Percentages of Color #d8199c

%54.41
%6.30
%39.29

CMYK Percentages of Color #d8199c

%0
%88
%28
%15

Triadic Colors of #d8199c

#d8199c #9cd819 #199cd8

Analogous Colors of #d8199c

#d8199c #d8193c #b519d8

Monochromatic Colors of #d8199c

#d8199c

Complementary Color

#d8199c #19d855

#d8199c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8199c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8199c Color CSS Codes

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

#d8199c Text Font Color

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

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


#d8199c Background Color

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

This div background color is #d8199c


#d8199c Border Color

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

This div border color is #d8199c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8199c


Comments

No comments written yet.

Please login to write comment.