Color Hex Logo

#d8198f Color Hex

#D8198F
(216,25,143)
0 Favorites   0 Comments

Color spaces of #d8198f

RGB 21625143
HSL0.900.790.47
HSV323°88°85°
CMYK 0.000.880.34   0.15
XYZ33.624517.277427.5493
Yxy17.27740.42860.2202
Hunter Lab41.566171.6552-10.2001
CIE-Lab48.607775.1432-15.1044

#d8198f color RGB value is (216,25,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011001 10001111
Octal 330 31 217
Decimal 216 25 143
Hex D8 19 8F

RGB Percentages of Color #d8198f

%56.25
%6.51
%37.24

CMYK Percentages of Color #d8198f

%0
%88
%34
%15

Triadic Colors of #d8198f

#d8198f #8fd819 #198fd8

Analogous Colors of #d8198f

#d8198f #d81930 #c219d8

Monochromatic Colors of #d8198f

#d8198f

Complementary Color

#d8198f #19d862

#d8198f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8198f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8198f Color CSS Codes

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

#d8198f Text Font Color

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

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


#d8198f Background Color

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

This div background color is #d8198f


#d8198f Border Color

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

This div border color is #d8198f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,25,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8198f


Comments

No comments written yet.

Please login to write comment.