Color Hex Logo

#d1296e Color Hex

#D1296E
(209,41,110)
0 Favorites   0 Comments

Color spaces of #d1296e

RGB 20941110
HSL0.930.670.49
HSV335°80°82°
CMYK 0.000.800.47   0.18
XYZ29.901916.267016.3157
Yxy16.26700.47850.2603
Hunter Lab40.332461.75604.2480
CIE-Lab47.322967.11762.9478

#d1296e color RGB value is (209,41,110).

#d1296e hex color red value is 209, green value is 41 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d1296e hue: 0.93 , saturation: 0.67 and the lightness value of d1296e is 0.49.

The process color (four color CMYK) of #d1296e color hex is 0.00, 0.80, 0.47, 0.18. Web safe color of #d1296e is #cc3366. Color #d1296e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101001 01101110
Octal 321 51 156
Decimal 209 41 110
Hex D1 29 6E

RGB Percentages of Color #d1296e

%58.06
%11.39
%30.56

CMYK Percentages of Color #d1296e

%0
%80
%47
%18

Triadic Colors of #d1296e

#d1296e #6ed129 #296ed1

Analogous Colors of #d1296e

#d1296e #d13829 #d129c2

Monochromatic Colors of #d1296e

#d1296e

Complementary Color

#d1296e #29d18c

#d1296e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1296e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1296e Color CSS Codes

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

#d1296e Text Font Color

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

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


#d1296e Background Color

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

This div background color is #d1296e


#d1296e Border Color

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

This div border color is #d1296e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1296e


Comments

No comments written yet.

Please login to write comment.