Color Hex Logo

#8f248f Color Hex

#8F248F
(143,36,143)
0 Favorites   0 Comments

Color spaces of #8f248f

RGB 14336143
HSL0.830.600.35
HSV300°75°56°
CMYK 0.000.750.00   0.44
XYZ16.91659.084626.8485
Yxy9.08460.32010.1719
Hunter Lab30.140747.4372-31.7155
CIE-Lab36.146756.4808-35.5071

#8f248f color RGB value is (143,36,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00100100 10001111
Octal 217 44 217
Decimal 143 36 143
Hex 8F 24 8F

RGB Percentages of Color #8f248f

%44.41
%11.18
%44.41

CMYK Percentages of Color #8f248f

%0
%75
%0
%44

Triadic Colors of #8f248f

#8f248f #8f8f24 #248f8f

Analogous Colors of #8f248f

#8f248f #8f245a #59248f

Monochromatic Colors of #8f248f

#8f248f

Complementary Color

#8f248f #248f24

#8f248f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f248f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f248f Color CSS Codes

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

#8f248f Text Font Color

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

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


#8f248f Background Color

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

This div background color is #8f248f


#8f248f Border Color

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

This div border color is #8f248f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f248f


Comments

No comments written yet.

Please login to write comment.