Color Hex Logo

#8f256c Color Hex

#8F256C
(143,37,108)
0 Favorites   0 Comments

Color spaces of #8f256c

RGB 14337108
HSL0.890.590.35
HSV320°74°56°
CMYK 0.000.740.24   0.44
XYZ14.69608.245515.0043
Yxy8.24550.38730.2173
Hunter Lab28.715041.1031-10.8800
CIE-Lab34.489050.7385-16.2535

#8f256c color RGB value is (143,37,108).

#8f256c hex color red value is 143, green value is 37 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #8f256c hue: 0.89 , saturation: 0.59 and the lightness value of 8f256c is 0.35.

The process color (four color CMYK) of #8f256c color hex is 0.00, 0.74, 0.24, 0.44. Web safe color of #8f256c is #993366. Color #8f256c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00100101 01101100
Octal 217 45 154
Decimal 143 37 108
Hex 8F 25 6C

RGB Percentages of Color #8f256c

%49.65
%12.85
%37.50

CMYK Percentages of Color #8f256c

%0
%74
%24
%44

Triadic Colors of #8f256c

#8f256c #6c8f25 #256c8f

Analogous Colors of #8f256c

#8f256c #8f2537 #7d258f

Monochromatic Colors of #8f256c

#8f256c

Complementary Color

#8f256c #258f48

#8f256c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f256c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f256c Color CSS Codes

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

#8f256c Text Font Color

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

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


#8f256c Background Color

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

This div background color is #8f256c


#8f256c Border Color

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

This div border color is #8f256c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f256c


Comments

No comments written yet.

Please login to write comment.