Color Hex Logo

#8f1d21 Color Hex

#8F1D21
(143,29,33)
0 Favorites   0 Comments

Color spaces of #8f1d21

RGB 1432933
HSL0.990.660.34
HSV358°80°56°
CMYK 0.000.800.77   0.44
XYZ12.04166.82822.1222
Yxy6.82820.57360.3253
Hunter Lab26.130836.527413.4764
CIE-Lab31.412646.757827.9223

#8f1d21 color RGB value is (143,29,33).

#8f1d21 hex color red value is 143, green value is 29 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #8f1d21 hue: 0.99 , saturation: 0.66 and the lightness value of 8f1d21 is 0.34.

The process color (four color CMYK) of #8f1d21 color hex is 0.00, 0.80, 0.77, 0.44. Web safe color of #8f1d21 is #993333. Color #8f1d21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00011101 00100001
Octal 217 35 41
Decimal 143 29 33
Hex 8F 1D 21

RGB Percentages of Color #8f1d21

%69.76
%14.15
%16.10

CMYK Percentages of Color #8f1d21

%0
%80
%77
%44

Triadic Colors of #8f1d21

#8f1d21 #218f1d #1d218f

Analogous Colors of #8f1d21

#8f1d21 #8f521d #8f1d5a

Monochromatic Colors of #8f1d21

#8f1d21

Complementary Color

#8f1d21 #1d8f8b

#8f1d21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f1d21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f1d21 Color CSS Codes

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

#8f1d21 Text Font Color

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

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


#8f1d21 Background Color

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

This div background color is #8f1d21


#8f1d21 Border Color

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

This div border color is #8f1d21


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,29,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f1d21; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f1d21;
  -webkit-box-shadow: 1px 1px 3px 2px #8f1d21;
  box-shadow:         1px 1px 3px 2px #8f1d21; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,29,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f1d21

#8f1d21 Color Palettes


Comments

No comments written yet.

Please login to write comment.