Color Hex Logo

#d11f42 Color Hex

#D11F42
(209,31,66)
0 Favorites   0 Comments

Color spaces of #d11f42

RGB 2093166
HSL0.970.740.47
HSV348°85°82°
CMYK 0.000.850.68   0.18
XYZ27.767914.92866.5722
Yxy14.92860.56360.3030
Hunter Lab38.637560.668116.9611
CIE-Lab45.536266.528427.6433

#d11f42 color RGB value is (209,31,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011111 01000010
Octal 321 37 102
Decimal 209 31 66
Hex D1 1F 42

RGB Percentages of Color #d11f42

%68.30
%10.13
%21.57

CMYK Percentages of Color #d11f42

%0
%85
%68
%18

Triadic Colors of #d11f42

#d11f42 #42d11f #1f42d1

Analogous Colors of #d11f42

#d11f42 #d1551f #d11f9b

Monochromatic Colors of #d11f42

#d11f42

Complementary Color

#d11f42 #1fd1ae

#d11f42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11f42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11f42 Color CSS Codes

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

#d11f42 Text Font Color

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

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


#d11f42 Background Color

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

This div background color is #d11f42


#d11f42 Border Color

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

This div border color is #d11f42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11f42


Comments

No comments written yet.

Please login to write comment.