Color Hex Logo

#8f4aca Color Hex

#8F4ACA
(143,74,202)
0 Favorites   0 Comments

Color spaces of #8f4aca

RGB 14374202
HSL0.760.550.54
HSV272°63°79°
CMYK 0.290.630.00   0.21
XYZ24.437115.001557.4847
Yxy15.00150.25210.1548
Hunter Lab38.731844.8407-60.8845
CIE-Lab45.636352.2630-55.3750

#8f4aca color RGB value is (143,74,202).

#8f4aca hex color red value is 143, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8f4aca hue: 0.76 , saturation: 0.55 and the lightness value of 8f4aca is 0.54.

The process color (four color CMYK) of #8f4aca color hex is 0.29, 0.63, 0.00, 0.21. Web safe color of #8f4aca is #9933cc. Color #8f4aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01001010 11001010
Octal 217 112 312
Decimal 143 74 202
Hex 8F 4A CA

RGB Percentages of Color #8f4aca

%34.13
%17.66
%48.21

CMYK Percentages of Color #8f4aca

%29
%63
%0
%21

Triadic Colors of #8f4aca

#8f4aca #ca8f4a #4aca8f

Analogous Colors of #8f4aca

#8f4aca #ca4ac5 #4f4aca

Monochromatic Colors of #8f4aca

#8f4aca

Complementary Color

#8f4aca #85ca4a

#8f4aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f4aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f4aca Color CSS Codes

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

#8f4aca Text Font Color

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

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


#8f4aca Background Color

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

This div background color is #8f4aca


#8f4aca Border Color

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

This div border color is #8f4aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f4aca


Comments

No comments written yet.

Please login to write comment.