Color Hex Logo

#d8175f Color Hex

#D8175F
(216,23,95)
0 Favorites   0 Comments

Color spaces of #d8175f

RGB 2162395
HSL0.940.810.47
HSV338°89°85°
CMYK 0.000.890.56   0.15
XYZ30.690916.037912.3045
Yxy16.03790.51990.2717
Hunter Lab40.047366.71349.8164
CIE-Lab47.024271.370111.9687

#d8175f color RGB value is (216,23,95).

#d8175f hex color red value is 216, green value is 23 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d8175f hue: 0.94 , saturation: 0.81 and the lightness value of d8175f is 0.47.

The process color (four color CMYK) of #d8175f color hex is 0.00, 0.89, 0.56, 0.15. Web safe color of #d8175f is #cc0066. Color #d8175f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010111 01011111
Octal 330 27 137
Decimal 216 23 95
Hex D8 17 5F

RGB Percentages of Color #d8175f

%64.67
%6.89
%28.44

CMYK Percentages of Color #d8175f

%0
%89
%56
%15

Triadic Colors of #d8175f

#d8175f #5fd817 #175fd8

Analogous Colors of #d8175f

#d8175f #d82f17 #d817c0

Monochromatic Colors of #d8175f

#d8175f

Complementary Color

#d8175f #17d890

#d8175f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8175f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8175f Color CSS Codes

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

#d8175f Text Font Color

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

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


#d8175f Background Color

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

This div background color is #d8175f


#d8175f Border Color

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

This div border color is #d8175f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8175f


Comments

No comments written yet.

Please login to write comment.