Color Hex Logo

#8f3296 Color Hex

#8F3296
(143,50,150)
0 Favorites   0 Comments

Color spaces of #8f3296

RGB 14350150
HSL0.820.500.39
HSV296°67°59°
CMYK 0.050.670.00   0.41
XYZ17.973310.322929.8994
Yxy10.32290.30880.1774
Hunter Lab32.129343.6277-32.6846
CIE-Lab38.415852.4388-36.1759

#8f3296 color RGB value is (143,50,150).

#8f3296 hex color red value is 143, green value is 50 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #8f3296 hue: 0.82 , saturation: 0.50 and the lightness value of 8f3296 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00110010 10010110
Octal 217 62 226
Decimal 143 50 150
Hex 8F 32 96

RGB Percentages of Color #8f3296

%41.69
%14.58
%43.73

CMYK Percentages of Color #8f3296

%5
%67
%0
%41

Triadic Colors of #8f3296

#8f3296 #968f32 #32968f

Analogous Colors of #8f3296

#8f3296 #96326b #5d3296

Monochromatic Colors of #8f3296

#8f3296

Complementary Color

#8f3296 #399632

#8f3296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f3296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f3296 Color CSS Codes

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

#8f3296 Text Font Color

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

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


#8f3296 Background Color

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

This div background color is #8f3296


#8f3296 Border Color

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

This div border color is #8f3296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f3296


Comments

No comments written yet.

Please login to write comment.