Color Hex Logo

#d9187d Color Hex

#D9187D
(217,24,125)
0 Favorites   0 Comments

Color spaces of #d9187d

RGB 21724125
HSL0.910.800.47
HSV329°89°85°
CMYK 0.000.890.42   0.15
XYZ32.643616.885720.9408
Yxy16.88570.46320.2396
Hunter Lab41.092269.8888-1.4499
CIE-Lab48.115773.7912-4.9005

#d9187d color RGB value is (217,24,125).

#d9187d hex color red value is 217, green value is 24 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d9187d hue: 0.91 , saturation: 0.80 and the lightness value of d9187d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011000 01111101
Octal 331 30 175
Decimal 217 24 125
Hex D9 18 7D

RGB Percentages of Color #d9187d

%59.29
%6.56
%34.15

CMYK Percentages of Color #d9187d

%0
%89
%42
%15

Triadic Colors of #d9187d

#d9187d #7dd918 #187dd9

Analogous Colors of #d9187d

#d9187d #d9181c #d518d9

Monochromatic Colors of #d9187d

#d9187d

Complementary Color

#d9187d #18d974

#d9187d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9187d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9187d Color CSS Codes

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

#d9187d Text Font Color

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

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


#d9187d Background Color

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

This div background color is #d9187d


#d9187d Border Color

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

This div border color is #d9187d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,24,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9187d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9187d;
  -webkit-box-shadow: 1px 1px 3px 2px #d9187d;
  box-shadow:         1px 1px 3px 2px #d9187d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,24,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9187d


Comments

No comments written yet.

Please login to write comment.