Color Hex Logo

#d8199a Color Hex

#D8199A
(216,25,154)
0 Favorites   0 Comments

Color spaces of #d8199a

RGB 21625154
HSL0.890.790.47
HSV319°88°85°
CMYK 0.000.880.29   0.15
XYZ34.499317.627332.1559
Yxy17.62730.40930.2091
Hunter Lab41.984973.2013-16.0203
CIE-Lab49.040976.3164-21.0480

#d8199a color RGB value is (216,25,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011001 10011010
Octal 330 31 232
Decimal 216 25 154
Hex D8 19 9A

RGB Percentages of Color #d8199a

%54.68
%6.33
%38.99

CMYK Percentages of Color #d8199a

%0
%88
%29
%15

Triadic Colors of #d8199a

#d8199a #9ad819 #199ad8

Analogous Colors of #d8199a

#d8199a #d8193a #b719d8

Monochromatic Colors of #d8199a

#d8199a

Complementary Color

#d8199a #19d857

#d8199a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8199a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8199a Color CSS Codes

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

#d8199a Text Font Color

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

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


#d8199a Background Color

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

This div background color is #d8199a


#d8199a Border Color

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

This div border color is #d8199a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8199a


Comments

No comments written yet.

Please login to write comment.