Color Hex Logo

#d11f47 Color Hex

#D11F47
(209,31,71)
0 Favorites   0 Comments

Color spaces of #d11f47

RGB 2093171
HSL0.960.740.47
HSV347°85°82°
CMYK 0.000.850.66   0.18
XYZ27.921814.99027.3830
Yxy14.99020.55520.2980
Hunter Lab38.717260.974415.7960
CIE-Lab45.620866.775924.6870

#d11f47 color RGB value is (209,31,71).

#d11f47 hex color red value is 209, green value is 31 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d11f47 hue: 0.96 , saturation: 0.74 and the lightness value of d11f47 is 0.47.

The process color (four color CMYK) of #d11f47 color hex is 0.00, 0.85, 0.66, 0.18. Web safe color of #d11f47 is #cc3333. Color #d11f47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011111 01000111
Octal 321 37 107
Decimal 209 31 71
Hex D1 1F 47

RGB Percentages of Color #d11f47

%67.20
%9.97
%22.83

CMYK Percentages of Color #d11f47

%0
%85
%66
%18

Triadic Colors of #d11f47

#d11f47 #47d11f #1f47d1

Analogous Colors of #d11f47

#d11f47 #d1501f #d11fa0

Monochromatic Colors of #d11f47

#d11f47

Complementary Color

#d11f47 #1fd1a9

#d11f47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11f47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11f47 Color CSS Codes

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

#d11f47 Text Font Color

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

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


#d11f47 Background Color

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

This div background color is #d11f47


#d11f47 Border Color

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

This div border color is #d11f47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11f47


Comments

No comments written yet.

Please login to write comment.