Color Hex Logo

#8f4173 Color Hex

#8F4173
(143,65,115)
0 Favorites   0 Comments

Color spaces of #8f4173

RGB 14365115
HSL0.890.380.41
HSV322°55°56°
CMYK 0.000.550.20   0.44
XYZ16.312510.858017.4557
Yxy10.85800.36550.2433
Hunter Lab32.951530.7006-8.3422
CIE-Lab39.340339.3273-13.2339

#8f4173 color RGB value is (143,65,115).

#8f4173 hex color red value is 143, green value is 65 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #8f4173 hue: 0.89 , saturation: 0.38 and the lightness value of 8f4173 is 0.41.

The process color (four color CMYK) of #8f4173 color hex is 0.00, 0.55, 0.20, 0.44. Web safe color of #8f4173 is #993366. Color #8f4173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01000001 01110011
Octal 217 101 163
Decimal 143 65 115
Hex 8F 41 73

RGB Percentages of Color #8f4173

%44.27
%20.12
%35.60

CMYK Percentages of Color #8f4173

%0
%55
%20
%44

Triadic Colors of #8f4173

#8f4173 #738f41 #41738f

Analogous Colors of #8f4173

#8f4173 #8f414c #84418f

Monochromatic Colors of #8f4173

#8f4173

Complementary Color

#8f4173 #418f5d

#8f4173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f4173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f4173 Color CSS Codes

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

#8f4173 Text Font Color

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

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


#8f4173 Background Color

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

This div background color is #8f4173


#8f4173 Border Color

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

This div border color is #8f4173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f4173


Comments

No comments written yet.

Please login to write comment.