Color Hex Logo

#8f315c Color Hex

#8F315C
(143,49,92)
0 Favorites   0 Comments

Color spaces of #8f315c

RGB 1434992
HSL0.920.490.38
HSV333°66°56°
CMYK 0.000.660.36   0.44
XYZ14.35788.809011.0688
Yxy8.80900.41940.2573
Hunter Lab29.680034.4102-1.3356
CIE-Lab35.613943.8152-4.3524

#8f315c color RGB value is (143,49,92).

#8f315c hex color red value is 143, green value is 49 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #8f315c hue: 0.92 , saturation: 0.49 and the lightness value of 8f315c is 0.38.

The process color (four color CMYK) of #8f315c color hex is 0.00, 0.66, 0.36, 0.44. Web safe color of #8f315c is #993366. Color #8f315c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00110001 01011100
Octal 217 61 134
Decimal 143 49 92
Hex 8F 31 5C

RGB Percentages of Color #8f315c

%50.35
%17.25
%32.39

CMYK Percentages of Color #8f315c

%0
%66
%36
%44

Triadic Colors of #8f315c

#8f315c #5c8f31 #315c8f

Analogous Colors of #8f315c

#8f315c #8f3531 #8f318b

Monochromatic Colors of #8f315c

#8f315c

Complementary Color

#8f315c #318f64

#8f315c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f315c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f315c Color CSS Codes

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

#8f315c Text Font Color

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

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


#8f315c Background Color

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

This div background color is #8f315c


#8f315c Border Color

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

This div border color is #8f315c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f315c


Comments

No comments written yet.

Please login to write comment.