Color Hex Logo

#d11141 Color Hex

#D11141
(209,17,65)
6 Favorites   0 Comments

Color spaces of #d11141

RGB 2091765
HSL0.960.850.44
HSV345°92°82°
CMYK 0.000.920.69   0.18
XYZ27.449114.33796.3218
Yxy14.33790.57060.2980
Hunter Lab37.865463.132316.6071
CIE-Lab44.713768.799427.2343

#d11141 color RGB value is (209,17,65).

#d11141 hex color red value is 209, green value is 17 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d11141 hue: 0.96 , saturation: 0.85 and the lightness value of d11141 is 0.44.

The process color (four color CMYK) of #d11141 color hex is 0.00, 0.92, 0.69, 0.18. Web safe color of #d11141 is #cc0033. Color #d11141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010001 01000001
Octal 321 21 101
Decimal 209 17 65
Hex D1 11 41

RGB Percentages of Color #d11141

%71.82
%5.84
%22.34

CMYK Percentages of Color #d11141

%0
%92
%69
%18

Triadic Colors of #d11141

#d11141 #41d111 #1141d1

Analogous Colors of #d11141

#d11141 #d14111 #d111a1

Monochromatic Colors of #d11141

#d11141

Complementary Color

#d11141 #11d1a1

#d11141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11141 Color CSS Codes

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

#d11141 Text Font Color

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

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


#d11141 Background Color

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

This div background color is #d11141


#d11141 Border Color

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

This div border color is #d11141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11141


Comments

No comments written yet.

Please login to write comment.