Color Hex Logo

#8f2faf Color Hex

#8F2FAF
(143,47,175)
0 Favorites   0 Comments

Color spaces of #8f2faf

RGB 14347175
HSL0.790.580.44
HSV285°73°69°
CMYK 0.180.730.00   0.31
XYZ20.082110.967841.6160
Yxy10.96780.27640.1509
Hunter Lab33.117750.2840-51.3220
CIE-Lab39.526258.4645-49.4084

#8f2faf color RGB value is (143,47,175).

#8f2faf hex color red value is 143, green value is 47 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8f2faf hue: 0.79 , saturation: 0.58 and the lightness value of 8f2faf is 0.44.

The process color (four color CMYK) of #8f2faf color hex is 0.18, 0.73, 0.00, 0.31. Web safe color of #8f2faf is #993399. Color #8f2faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00101111 10101111
Octal 217 57 257
Decimal 143 47 175
Hex 8F 2F AF

RGB Percentages of Color #8f2faf

%39.18
%12.88
%47.95

CMYK Percentages of Color #8f2faf

%18
%73
%0
%31

Triadic Colors of #8f2faf

#8f2faf #af8f2f #2faf8f

Analogous Colors of #8f2faf

#8f2faf #af2f8f #4f2faf

Monochromatic Colors of #8f2faf

#8f2faf

Complementary Color

#8f2faf #4faf2f

#8f2faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f2faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f2faf Color CSS Codes

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

#8f2faf Text Font Color

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

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


#8f2faf Background Color

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

This div background color is #8f2faf


#8f2faf Border Color

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

This div border color is #8f2faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f2faf


Comments

No comments written yet.

Please login to write comment.