Color Hex Logo

#d1049e Color Hex

#D1049E
(209,4,158)
0 Favorites   0 Comments

Color spaces of #d1049e

RGB 2094158
HSL0.870.960.42
HSV315°98°82°
CMYK 0.000.980.24   0.18
XYZ32.509516.110833.7440
Yxy16.11080.39470.1956
Hunter Lab40.138374.3320-21.7480
CIE-Lab47.119577.6049-26.5182

#d1049e color RGB value is (209,4,158).

#d1049e hex color red value is 209, green value is 4 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d1049e hue: 0.87 , saturation: 0.96 and the lightness value of d1049e is 0.42.

The process color (four color CMYK) of #d1049e color hex is 0.00, 0.98, 0.24, 0.18. Web safe color of #d1049e is #cc0099. Color #d1049e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000100 10011110
Octal 321 4 236
Decimal 209 4 158
Hex D1 4 9E

RGB Percentages of Color #d1049e

%56.33
%1.08
%42.59

CMYK Percentages of Color #d1049e

%0
%98
%24
%18

Triadic Colors of #d1049e

#d1049e #9ed104 #049ed1

Analogous Colors of #d1049e

#d1049e #d10438 #9e04d1

Monochromatic Colors of #d1049e

#d1049e

Complementary Color

#d1049e #04d137

#d1049e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1049e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1049e Color CSS Codes

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

#d1049e Text Font Color

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

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


#d1049e Background Color

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

This div background color is #d1049e


#d1049e Border Color

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

This div border color is #d1049e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1049e


Comments

No comments written yet.

Please login to write comment.