Color Hex Logo

#8f465f Color Hex

#8F465F
(143,70,95)
0 Favorites   0 Comments

Color spaces of #8f465f

RGB 1437095
HSL0.940.340.42
HSV339°51°56°
CMYK 0.000.510.34   0.44
XYZ15.583411.046212.1373
Yxy11.04620.40200.2849
Hunter Lab33.235825.53121.6131
CIE-Lab39.658233.7540-0.2913

#8f465f color RGB value is (143,70,95).

#8f465f hex color red value is 143, green value is 70 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #8f465f hue: 0.94 , saturation: 0.34 and the lightness value of 8f465f is 0.42.

The process color (four color CMYK) of #8f465f color hex is 0.00, 0.51, 0.34, 0.44. Web safe color of #8f465f is #993366. Color #8f465f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01000110 01011111
Octal 217 106 137
Decimal 143 70 95
Hex 8F 46 5F

RGB Percentages of Color #8f465f

%46.43
%22.73
%30.84

CMYK Percentages of Color #8f465f

%0
%51
%34
%44

Triadic Colors of #8f465f

#8f465f #5f8f46 #465f8f

Analogous Colors of #8f465f

#8f465f #8f5246 #8f4684

Monochromatic Colors of #8f465f

#8f465f

Complementary Color

#8f465f #468f76

#8f465f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f465f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f465f Color CSS Codes

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

#8f465f Text Font Color

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

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


#8f465f Background Color

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

This div background color is #8f465f


#8f465f Border Color

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

This div border color is #8f465f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f465f


Comments

No comments written yet.

Please login to write comment.