Color Hex Logo

#8f267e Color Hex

#8F267E
(143,38,126)
0 Favorites   0 Comments

Color spaces of #8f267e

RGB 14338126
HSL0.860.580.35
HSV310°73°56°
CMYK 0.000.730.12   0.44
XYZ15.78678.732220.5921
Yxy8.73220.35000.1936
Hunter Lab29.550343.6473-20.6310
CIE-Lab35.463553.0195-26.0703

#8f267e color RGB value is (143,38,126).

#8f267e hex color red value is 143, green value is 38 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8f267e hue: 0.86 , saturation: 0.58 and the lightness value of 8f267e is 0.35.

The process color (four color CMYK) of #8f267e color hex is 0.00, 0.73, 0.12, 0.44. Web safe color of #8f267e is #993366. Color #8f267e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00100110 01111110
Octal 217 46 176
Decimal 143 38 126
Hex 8F 26 7E

RGB Percentages of Color #8f267e

%46.58
%12.38
%41.04

CMYK Percentages of Color #8f267e

%0
%73
%12
%44

Triadic Colors of #8f267e

#8f267e #7e8f26 #267e8f

Analogous Colors of #8f267e

#8f267e #8f264a #6c268f

Monochromatic Colors of #8f267e

#8f267e

Complementary Color

#8f267e #268f37

#8f267e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f267e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f267e Color CSS Codes

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

#8f267e Text Font Color

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

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


#8f267e Background Color

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

This div background color is #8f267e


#8f267e Border Color

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

This div border color is #8f267e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f267e


Comments

No comments written yet.

Please login to write comment.