Color Hex Logo

#8f1061 Color Hex

#8F1061
(143,16,97)
0 Favorites   0 Comments

Color spaces of #8f1061

RGB 1431697
HSL0.890.800.31
HSV322°89°56°
CMYK 0.000.890.32   0.44
XYZ13.67077.073311.9540
Yxy7.07330.41810.2163
Hunter Lab26.595745.2101-8.0322
CIE-Lab31.973255.1905-13.0543

#8f1061 color RGB value is (143,16,97).

#8f1061 hex color red value is 143, green value is 16 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #8f1061 hue: 0.89 , saturation: 0.80 and the lightness value of 8f1061 is 0.31.

The process color (four color CMYK) of #8f1061 color hex is 0.00, 0.89, 0.32, 0.44. Web safe color of #8f1061 is #990066. Color #8f1061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00010000 01100001
Octal 217 20 141
Decimal 143 16 97
Hex 8F 10 61

RGB Percentages of Color #8f1061

%55.86
%6.25
%37.89

CMYK Percentages of Color #8f1061

%0
%89
%32
%44

Triadic Colors of #8f1061

#8f1061 #618f10 #10618f

Analogous Colors of #8f1061

#8f1061 #8f1022 #7e108f

Monochromatic Colors of #8f1061

#8f1061

Complementary Color

#8f1061 #108f3e

#8f1061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f1061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f1061 Color CSS Codes

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

#8f1061 Text Font Color

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

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


#8f1061 Background Color

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

This div background color is #8f1061


#8f1061 Border Color

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

This div border color is #8f1061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f1061


Comments

No comments written yet.

Please login to write comment.