Color Hex Logo

#8f3e97 Color Hex

#8F3E97
(143,62,151)
3 Favorites   0 Comments

Color spaces of #8f3e97

RGB 14362151
HSL0.820.420.42
HSV295°59°59°
CMYK 0.050.590.00   0.41
XYZ18.636211.519330.5194
Yxy11.51930.30710.1899
Hunter Lab33.940138.6176-29.5563
CIE-Lab40.441747.1924-33.5754

#8f3e97 color RGB value is (143,62,151).

#8f3e97 hex color red value is 143, green value is 62 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #8f3e97 hue: 0.82 , saturation: 0.42 and the lightness value of 8f3e97 is 0.42.

The process color (four color CMYK) of #8f3e97 color hex is 0.05, 0.59, 0.00, 0.41. Web safe color of #8f3e97 is #993399. Color #8f3e97 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00111110 10010111
Octal 217 76 227
Decimal 143 62 151
Hex 8F 3E 97

RGB Percentages of Color #8f3e97

%40.17
%17.42
%42.42

CMYK Percentages of Color #8f3e97

%5
%59
%0
%41

Triadic Colors of #8f3e97

#8f3e97 #978f3e #3e978f

Analogous Colors of #8f3e97

#8f3e97 #973e73 #623e97

Monochromatic Colors of #8f3e97

#8f3e97

Complementary Color

#8f3e97 #46973e

#8f3e97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f3e97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f3e97 Color CSS Codes

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

#8f3e97 Text Font Color

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

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


#8f3e97 Background Color

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

This div background color is #8f3e97


#8f3e97 Border Color

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

This div border color is #8f3e97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f3e97


Comments

No comments written yet.

Please login to write comment.