Color Hex Logo

#8f0018 Color Hex

#8F0018
(143,0,24)
0 Favorites   0 Comments

Color spaces of #8f0018

RGB 143024
HSL0.971.000.28
HSV350°100°56°
CMYK 0.001.000.83   0.44
XYZ11.49265.90561.3983
Yxy5.90560.61140.3142
Hunter Lab24.301441.888413.5995
CIE-Lab29.173052.535031.0489

#8f0018 color RGB value is (143,0,24).

#8f0018 hex color red value is 143, green value is 0 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #8f0018 hue: 0.97 , saturation: 1.00 and the lightness value of 8f0018 is 0.28.

The process color (four color CMYK) of #8f0018 color hex is 0.00, 1.00, 0.83, 0.44. Web safe color of #8f0018 is #990000. Color #8f0018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00000000 00011000
Octal 217 0 30
Decimal 143 0 24
Hex 8F 0 18

RGB Percentages of Color #8f0018

%85.63
%0.00
%14.37

CMYK Percentages of Color #8f0018

%0
%100
%83
%44

Triadic Colors of #8f0018

#8f0018 #188f00 #00188f

Analogous Colors of #8f0018

#8f0018 #8f3000 #8f005f

Monochromatic Colors of #8f0018

#8f0018

Complementary Color

#8f0018 #008f77

#8f0018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f0018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f0018 Color CSS Codes

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

#8f0018 Text Font Color

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

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


#8f0018 Background Color

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

This div background color is #8f0018


#8f0018 Border Color

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

This div border color is #8f0018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f0018


Comments

No comments written yet.

Please login to write comment.