Color Hex Logo

#8f379a Color Hex

#8F379A
(143,55,154)
0 Favorites   0 Comments

Color spaces of #8f379a

RGB 14355154
HSL0.810.470.41
HSV293°64°60°
CMYK 0.070.640.00   0.40
XYZ18.526610.905131.7003
Yxy10.90510.30310.1784
Hunter Lab33.022942.3526-33.7994
CIE-Lab39.420251.0250-37.0035

#8f379a color RGB value is (143,55,154).

#8f379a hex color red value is 143, green value is 55 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8f379a hue: 0.81 , saturation: 0.47 and the lightness value of 8f379a is 0.41.

The process color (four color CMYK) of #8f379a color hex is 0.07, 0.64, 0.00, 0.40. Web safe color of #8f379a is #993399. Color #8f379a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00110111 10011010
Octal 217 67 232
Decimal 143 55 154
Hex 8F 37 9A

RGB Percentages of Color #8f379a

%40.63
%15.63
%43.75

CMYK Percentages of Color #8f379a

%7
%64
%0
%40

Triadic Colors of #8f379a

#8f379a #9a8f37 #379a8f

Analogous Colors of #8f379a

#8f379a #9a3774 #5d379a

Monochromatic Colors of #8f379a

#8f379a

Complementary Color

#8f379a #429a37

#8f379a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f379a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f379a Color CSS Codes

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

#8f379a Text Font Color

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

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


#8f379a Background Color

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

This div background color is #8f379a


#8f379a Border Color

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

This div border color is #8f379a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f379a


Comments

No comments written yet.

Please login to write comment.