Color Hex Logo

#8f228e Color Hex

#8F228E
(143,34,142)
0 Favorites   0 Comments

Color spaces of #8f228e

RGB 14334142
HSL0.830.620.35
HSV301°76°56°
CMYK 0.000.760.01   0.44
XYZ16.78228.936726.4316
Yxy8.93670.32180.1714
Hunter Lab29.894347.8921-31.4963
CIE-Lab35.862156.9610-35.3451

#8f228e color RGB value is (143,34,142).

#8f228e hex color red value is 143, green value is 34 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8f228e hue: 0.83 , saturation: 0.62 and the lightness value of 8f228e is 0.35.

The process color (four color CMYK) of #8f228e color hex is 0.00, 0.76, 0.01, 0.44. Web safe color of #8f228e is #993399. Color #8f228e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00100010 10001110
Octal 217 42 216
Decimal 143 34 142
Hex 8F 22 8E

RGB Percentages of Color #8f228e

%44.83
%10.66
%44.51

CMYK Percentages of Color #8f228e

%0
%76
%1
%44

Triadic Colors of #8f228e

#8f228e #8e8f22 #228e8f

Analogous Colors of #8f228e

#8f228e #8f2258 #59228f

Monochromatic Colors of #8f228e

#8f228e

Complementary Color

#8f228e #228f23

#8f228e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f228e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f228e Color CSS Codes

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

#8f228e Text Font Color

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

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


#8f228e Background Color

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

This div background color is #8f228e


#8f228e Border Color

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

This div border color is #8f228e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f228e


Comments

No comments written yet.

Please login to write comment.