Color Hex Logo

#d1117d Color Hex

#D1117D
(209,17,125)
0 Favorites   0 Comments

Color spaces of #d1117d

RGB 20917125
HSL0.910.850.44
HSV326°92°82°
CMYK 0.000.920.40   0.18
XYZ30.196615.436920.7901
Yxy15.43690.45460.2324
Hunter Lab39.289868.4308-3.8703
CIE-Lab46.226972.9552-7.8795

#d1117d color RGB value is (209,17,125).

#d1117d hex color red value is 209, green value is 17 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d1117d hue: 0.91 , saturation: 0.85 and the lightness value of d1117d is 0.44.

The process color (four color CMYK) of #d1117d color hex is 0.00, 0.92, 0.40, 0.18. Web safe color of #d1117d is #cc0066. Color #d1117d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010001 01111101
Octal 321 21 175
Decimal 209 17 125
Hex D1 11 7D

RGB Percentages of Color #d1117d

%59.54
%4.84
%35.61

CMYK Percentages of Color #d1117d

%0
%92
%40
%18

Triadic Colors of #d1117d

#d1117d #7dd111 #117dd1

Analogous Colors of #d1117d

#d1117d #d1111d #c511d1

Monochromatic Colors of #d1117d

#d1117d

Complementary Color

#d1117d #11d165

#d1117d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1117d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1117d Color CSS Codes

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

#d1117d Text Font Color

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

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


#d1117d Background Color

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

This div background color is #d1117d


#d1117d Border Color

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

This div border color is #d1117d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,17,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 #d1117d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1117d


Comments

No comments written yet.

Please login to write comment.