Color Hex Logo

#d11c51 Color Hex

#D11C51
(209,28,81)
0 Favorites   0 Comments

Color spaces of #d11c51

RGB 2092881
HSL0.950.760.46
HSV342°87°82°
CMYK 0.000.870.61   0.18
XYZ28.195014.97999.1900
Yxy14.97990.53840.2861
Hunter Lab38.703962.301913.0147
CIE-Lab45.606767.917318.4883

#d11c51 color RGB value is (209,28,81).

#d11c51 hex color red value is 209, green value is 28 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #d11c51 hue: 0.95 , saturation: 0.76 and the lightness value of d11c51 is 0.46.

The process color (four color CMYK) of #d11c51 color hex is 0.00, 0.87, 0.61, 0.18. Web safe color of #d11c51 is #cc3366. Color #d11c51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011100 01010001
Octal 321 34 121
Decimal 209 28 81
Hex D1 1C 51

RGB Percentages of Color #d11c51

%65.72
%8.81
%25.47

CMYK Percentages of Color #d11c51

%0
%87
%61
%18

Triadic Colors of #d11c51

#d11c51 #51d11c #1c51d1

Analogous Colors of #d11c51

#d11c51 #d1421c #d11cac

Monochromatic Colors of #d11c51

#d11c51

Complementary Color

#d11c51 #1cd19c

#d11c51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11c51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11c51 Color CSS Codes

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

#d11c51 Text Font Color

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

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


#d11c51 Background Color

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

This div background color is #d11c51


#d11c51 Border Color

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

This div border color is #d11c51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11c51


Comments

No comments written yet.

Please login to write comment.