Color Hex Logo

#d1909d Color Hex

#D1909D
(209,144,157)
0 Favorites   0 Comments

Color spaces of #d1909d

RGB 209144157
HSL0.970.410.69
HSV348°31°82°
CMYK 0.000.310.25   0.18
XYZ42.353635.936136.6024
Yxy35.93610.36860.3128
Hunter Lab59.946721.20725.7613
CIE-Lab66.471126.42503.1280

#d1909d color RGB value is (209,144,157).

#d1909d hex color red value is 209, green value is 144 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d1909d hue: 0.97 , saturation: 0.41 and the lightness value of d1909d is 0.69.

The process color (four color CMYK) of #d1909d color hex is 0.00, 0.31, 0.25, 0.18. Web safe color of #d1909d is #cc9999. Color #d1909d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010000 10011101
Octal 321 220 235
Decimal 209 144 157
Hex D1 90 9D

RGB Percentages of Color #d1909d

%40.98
%28.24
%30.78

CMYK Percentages of Color #d1909d

%0
%31
%25
%18

Triadic Colors of #d1909d

#d1909d #9dd190 #909dd1

Analogous Colors of #d1909d

#d1909d #d1a490 #d190be

Monochromatic Colors of #d1909d

#d1909d

Complementary Color

#d1909d #90d1c4

#d1909d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1909d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1909d Color CSS Codes

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

#d1909d Text Font Color

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

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


#d1909d Background Color

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

This div background color is #d1909d


#d1909d Border Color

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

This div border color is #d1909d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1909d


Comments

No comments written yet.

Please login to write comment.