Color Hex Logo

#d1138d Color Hex

#D1138D
(209,19,141)
0 Favorites   0 Comments

Color spaces of #d1138d

RGB 20919141
HSL0.890.830.45
HSV321°91°82°
CMYK 0.000.910.33   0.18
XYZ31.335115.944126.6253
Yxy15.94410.42400.2157
Hunter Lab39.930170.2002-11.5834
CIE-Lab46.901174.2842-16.6165

#d1138d color RGB value is (209,19,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010011 10001101
Octal 321 23 215
Decimal 209 19 141
Hex D1 13 8D

RGB Percentages of Color #d1138d

%56.64
%5.15
%38.21

CMYK Percentages of Color #d1138d

%0
%91
%33
%18

Triadic Colors of #d1138d

#d1138d #8dd113 #138dd1

Analogous Colors of #d1138d

#d1138d #d1132e #b613d1

Monochromatic Colors of #d1138d

#d1138d

Complementary Color

#d1138d #13d157

#d1138d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1138d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1138d Color CSS Codes

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

#d1138d Text Font Color

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

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


#d1138d Background Color

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

This div background color is #d1138d


#d1138d Border Color

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

This div border color is #d1138d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1138d


Comments

No comments written yet.

Please login to write comment.