Color Hex Logo

#d1138f Color Hex

#D1138F
(209,19,143)
0 Favorites   0 Comments

Color spaces of #d1138f

RGB 20919143
HSL0.890.830.45
HSV321°91°82°
CMYK 0.000.910.32   0.18
XYZ31.485316.004227.4163
Yxy16.00420.42030.2137
Hunter Lab40.005270.4755-12.6288
CIE-Lab46.980074.4950-17.7069

#d1138f color RGB value is (209,19,143).

#d1138f hex color red value is 209, green value is 19 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d1138f hue: 0.89 , saturation: 0.83 and the lightness value of d1138f is 0.45.

The process color (four color CMYK) of #d1138f color hex is 0.00, 0.91, 0.32, 0.18. Web safe color of #d1138f is #cc0099. Color #d1138f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010011 10001111
Octal 321 23 217
Decimal 209 19 143
Hex D1 13 8F

RGB Percentages of Color #d1138f

%56.33
%5.12
%38.54

CMYK Percentages of Color #d1138f

%0
%91
%32
%18

Triadic Colors of #d1138f

#d1138f #8fd113 #138fd1

Analogous Colors of #d1138f

#d1138f #d11330 #b413d1

Monochromatic Colors of #d1138f

#d1138f

Complementary Color

#d1138f #13d155

#d1138f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1138f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1138f Color CSS Codes

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

#d1138f Text Font Color

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

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


#d1138f Background Color

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

This div background color is #d1138f


#d1138f Border Color

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

This div border color is #d1138f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,19,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1138f


Comments

No comments written yet.

Please login to write comment.