Color Hex Logo

#d7199d Color Hex

#D7199D
(215,25,157)
0 Favorites   0 Comments

Color spaces of #d7199d

RGB 21525157
HSL0.880.790.47
HSV318°88°84°
CMYK 0.000.880.27   0.16
XYZ34.457817.576733.4748
Yxy17.57670.40300.2056
Hunter Lab41.924673.3411-17.9931
CIE-Lab48.978676.4418-22.9520

#d7199d color RGB value is (215,25,157).

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

The process color (four color CMYK) of #d7199d color hex is 0.00, 0.88, 0.27, 0.16. Web safe color of #d7199d is #cc0099. Color #d7199d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011001 10011101
Octal 327 31 235
Decimal 215 25 157
Hex D7 19 9D

RGB Percentages of Color #d7199d

%54.16
%6.30
%39.55

CMYK Percentages of Color #d7199d

%0
%88
%27
%16

Triadic Colors of #d7199d

#d7199d #9dd719 #199dd7

Analogous Colors of #d7199d

#d7199d #d7193e #b219d7

Monochromatic Colors of #d7199d

#d7199d

Complementary Color

#d7199d #19d753

#d7199d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7199d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7199d Color CSS Codes

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

#d7199d Text Font Color

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

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


#d7199d Background Color

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

This div background color is #d7199d


#d7199d Border Color

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

This div border color is #d7199d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7199d


Comments

No comments written yet.

Please login to write comment.