Color Hex Logo

#8f4caf Color Hex

#8F4CAF
(143,76,175)
0 Favorites   0 Comments

Color spaces of #8f4caf

RGB 14376175
HSL0.780.390.49
HSV281°57°69°
CMYK 0.180.570.00   0.31
XYZ21.650014.103742.1386
Yxy14.10370.27790.1811
Hunter Lab37.554937.1823-40.2381
CIE-Lab44.381345.0942-41.6426

#8f4caf color RGB value is (143,76,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01001100 10101111
Octal 217 114 257
Decimal 143 76 175
Hex 8F 4C AF

RGB Percentages of Color #8f4caf

%36.29
%19.29
%44.42

CMYK Percentages of Color #8f4caf

%18
%57
%0
%31

Triadic Colors of #8f4caf

#8f4caf #af8f4c #4caf8f

Analogous Colors of #8f4caf

#8f4caf #af4c9e #5e4caf

Monochromatic Colors of #8f4caf

#8f4caf

Complementary Color

#8f4caf #6caf4c

#8f4caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f4caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f4caf Color CSS Codes

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

#8f4caf Text Font Color

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

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


#8f4caf Background Color

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

This div background color is #8f4caf


#8f4caf Border Color

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

This div border color is #8f4caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f4caf


Comments

No comments written yet.

Please login to write comment.