Color Hex Logo

#d1289e Color Hex

#D1289E
(209,40,158)
0 Favorites   0 Comments

Color spaces of #d1289e

RGB 20940158
HSL0.880.680.49
HSV318°81°82°
CMYK 0.000.810.24   0.18
XYZ33.224817.541533.9825
Yxy17.54150.39200.2070
Hunter Lab41.882668.3068-18.7887
CIE-Lab48.935272.3247-23.7058

#d1289e color RGB value is (209,40,158).

#d1289e hex color red value is 209, green value is 40 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d1289e hue: 0.88 , saturation: 0.68 and the lightness value of d1289e is 0.49.

The process color (four color CMYK) of #d1289e color hex is 0.00, 0.81, 0.24, 0.18. Web safe color of #d1289e is #cc3399. Color #d1289e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101000 10011110
Octal 321 50 236
Decimal 209 40 158
Hex D1 28 9E

RGB Percentages of Color #d1289e

%51.35
%9.83
%38.82

CMYK Percentages of Color #d1289e

%0
%81
%24
%18

Triadic Colors of #d1289e

#d1289e #9ed128 #289ed1

Analogous Colors of #d1289e

#d1289e #d12849 #b028d1

Monochromatic Colors of #d1289e

#d1289e

Complementary Color

#d1289e #28d15b

#d1289e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1289e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1289e Color CSS Codes

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

#d1289e Text Font Color

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

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


#d1289e Background Color

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

This div background color is #d1289e


#d1289e Border Color

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

This div border color is #d1289e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1289e


Comments

No comments written yet.

Please login to write comment.