Color Hex Logo

#8f4eaf Color Hex

#8F4EAF
(143,78,175)
0 Favorites   0 Comments

Color spaces of #8f4eaf

RGB 14378175
HSL0.780.380.50
HSV280°55°69°
CMYK 0.180.550.00   0.31
XYZ21.789914.383642.1853
Yxy14.38360.27810.1836
Hunter Lab37.925736.1857-39.4011
CIE-Lab44.778144.0401-41.0122

#8f4eaf color RGB value is (143,78,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01001110 10101111
Octal 217 116 257
Decimal 143 78 175
Hex 8F 4E AF

RGB Percentages of Color #8f4eaf

%36.11
%19.70
%44.19

CMYK Percentages of Color #8f4eaf

%18
%55
%0
%31

Triadic Colors of #8f4eaf

#8f4eaf #af8f4e #4eaf8f

Analogous Colors of #8f4eaf

#8f4eaf #af4e9f #5e4eaf

Monochromatic Colors of #8f4eaf

#8f4eaf

Complementary Color

#8f4eaf #6eaf4e

#8f4eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f4eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f4eaf Color CSS Codes

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

#8f4eaf Text Font Color

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

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


#8f4eaf Background Color

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

This div background color is #8f4eaf


#8f4eaf Border Color

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

This div border color is #8f4eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f4eaf


Comments

No comments written yet.

Please login to write comment.