Color Hex Logo

#8f4faf Color Hex

#8F4FAF
(143,79,175)
0 Favorites   0 Comments

Color spaces of #8f4faf

RGB 14379175
HSL0.780.380.50
HSV280°55°69°
CMYK 0.180.550.00   0.31
XYZ21.861514.526742.2092
Yxy14.52670.27810.1848
Hunter Lab38.113935.6853-38.9809
CIE-Lab44.979043.5090-40.6934

#8f4faf color RGB value is (143,79,175).

#8f4faf hex color red value is 143, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8f4faf hue: 0.78 , saturation: 0.38 and the lightness value of 8f4faf is 0.50.

The process color (four color CMYK) of #8f4faf color hex is 0.18, 0.55, 0.00, 0.31. Web safe color of #8f4faf is #996699. Color #8f4faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01001111 10101111
Octal 217 117 257
Decimal 143 79 175
Hex 8F 4F AF

RGB Percentages of Color #8f4faf

%36.02
%19.90
%44.08

CMYK Percentages of Color #8f4faf

%18
%55
%0
%31

Triadic Colors of #8f4faf

#8f4faf #af8f4f #4faf8f

Analogous Colors of #8f4faf

#8f4faf #af4f9f #5f4faf

Monochromatic Colors of #8f4faf

#8f4faf

Complementary Color

#8f4faf #6faf4f

#8f4faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f4faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f4faf Color CSS Codes

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

#8f4faf Text Font Color

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

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


#8f4faf Background Color

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

This div background color is #8f4faf


#8f4faf Border Color

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

This div border color is #8f4faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,79,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 #8f4faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f4faf


Comments

No comments written yet.

Please login to write comment.