Color Hex Logo

#d1294d Color Hex

#D1294D
(209,41,77)
0 Favorites   0 Comments

Color spaces of #d1294d

RGB 2094177
HSL0.960.670.49
HSV347°80°82°
CMYK 0.000.800.63   0.18
XYZ28.427015.67708.5489
Yxy15.67700.53990.2977
Hunter Lab39.594258.865814.9145
CIE-Lab46.547864.772622.2004

#d1294d color RGB value is (209,41,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101001 01001101
Octal 321 51 115
Decimal 209 41 77
Hex D1 29 4D

RGB Percentages of Color #d1294d

%63.91
%12.54
%23.55

CMYK Percentages of Color #d1294d

%0
%80
%63
%18

Triadic Colors of #d1294d

#d1294d #4dd129 #294dd1

Analogous Colors of #d1294d

#d1294d #d15929 #d129a1

Monochromatic Colors of #d1294d

#d1294d

Complementary Color

#d1294d #29d1ad

#d1294d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1294d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1294d Color CSS Codes

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

#d1294d Text Font Color

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

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


#d1294d Background Color

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

This div background color is #d1294d


#d1294d Border Color

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

This div border color is #d1294d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1294d


Comments

No comments written yet.

Please login to write comment.