Color Hex Logo

#8f334e Color Hex

#8F334E
(143,51,78)
0 Favorites   0 Comments

Color spaces of #8f334e

RGB 1435178
HSL0.950.470.38
HSV342°64°56°
CMYK 0.000.640.45   0.44
XYZ13.88678.75748.1662
Yxy8.75740.45070.2842
Hunter Lab29.592931.97494.3539
CIE-Lab35.512941.30554.4722

#8f334e color RGB value is (143,51,78).

#8f334e hex color red value is 143, green value is 51 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8f334e hue: 0.95 , saturation: 0.47 and the lightness value of 8f334e is 0.38.

The process color (four color CMYK) of #8f334e color hex is 0.00, 0.64, 0.45, 0.44. Web safe color of #8f334e is #993366. Color #8f334e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00110011 01001110
Octal 217 63 116
Decimal 143 51 78
Hex 8F 33 4E

RGB Percentages of Color #8f334e

%52.57
%18.75
%28.68

CMYK Percentages of Color #8f334e

%0
%64
%45
%44

Triadic Colors of #8f334e

#8f334e #4e8f33 #334e8f

Analogous Colors of #8f334e

#8f334e #8f4633 #8f337c

Monochromatic Colors of #8f334e

#8f334e

Complementary Color

#8f334e #338f74

#8f334e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f334e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f334e Color CSS Codes

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

#8f334e Text Font Color

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

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


#8f334e Background Color

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

This div background color is #8f334e


#8f334e Border Color

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

This div border color is #8f334e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f334e


Comments

No comments written yet.

Please login to write comment.