Color Hex Logo

#8f338c Color Hex

#8F338C
(143,51,140)
0 Favorites   0 Comments

Color spaces of #8f338c

RGB 14351140
HSL0.840.470.38
HSV302°64°56°
CMYK 0.000.640.02   0.44
XYZ17.245110.100725.8517
Yxy10.10070.32420.1899
Hunter Lab31.781641.2386-25.9804
CIE-Lab38.022650.2045-30.7011

#8f338c color RGB value is (143,51,140).

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

The process color (four color CMYK) of #8f338c color hex is 0.00, 0.64, 0.02, 0.44. Web safe color of #8f338c is #993399. Color #8f338c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00110011 10001100
Octal 217 63 214
Decimal 143 51 140
Hex 8F 33 8C

RGB Percentages of Color #8f338c

%42.81
%15.27
%41.92

CMYK Percentages of Color #8f338c

%0
%64
%2
%44

Triadic Colors of #8f338c

#8f338c #8c8f33 #338c8f

Analogous Colors of #8f338c

#8f338c #8f335e #64338f

Monochromatic Colors of #8f338c

#8f338c

Complementary Color

#8f338c #338f36

#8f338c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f338c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f338c Color CSS Codes

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

#8f338c Text Font Color

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

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


#8f338c Background Color

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

This div background color is #8f338c


#8f338c Border Color

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

This div border color is #8f338c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f338c


Comments

No comments written yet.

Please login to write comment.