Color Hex Logo

#d1124c Color Hex

#D1124C
(209,18,76)
0 Favorites   0 Comments

Color spaces of #d1124c

RGB 2091876
HSL0.950.840.45
HSV342°91°82°
CMYK 0.000.910.64   0.18
XYZ27.815314.50978.1721
Yxy14.50970.55080.2873
Hunter Lab38.091663.684213.9442
CIE-Lab44.955269.221620.7317

#d1124c color RGB value is (209,18,76).

#d1124c hex color red value is 209, green value is 18 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #d1124c hue: 0.95 , saturation: 0.84 and the lightness value of d1124c is 0.45.

The process color (four color CMYK) of #d1124c color hex is 0.00, 0.91, 0.64, 0.18. Web safe color of #d1124c is #cc0033. Color #d1124c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010010 01001100
Octal 321 22 114
Decimal 209 18 76
Hex D1 12 4C

RGB Percentages of Color #d1124c

%68.98
%5.94
%25.08

CMYK Percentages of Color #d1124c

%0
%91
%64
%18

Triadic Colors of #d1124c

#d1124c #4cd112 #124cd1

Analogous Colors of #d1124c

#d1124c #d13812 #d112ac

Monochromatic Colors of #d1124c

#d1124c

Complementary Color

#d1124c #12d197

#d1124c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1124c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1124c Color CSS Codes

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

#d1124c Text Font Color

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

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


#d1124c Background Color

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

This div background color is #d1124c


#d1124c Border Color

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

This div border color is #d1124c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1124c


Comments

No comments written yet.

Please login to write comment.