Color Hex Logo

#8f3afc Color Hex

#8F3AFC
(143,58,252)
0 Favorites   0 Comments

Color spaces of #8f3afc

RGB 14358252
HSL0.740.970.61
HSV266°77°99°
CMYK 0.430.770.00   0.01
XYZ30.411415.894093.5605
Yxy15.89400.21740.1136
Hunter Lab39.867366.3949-111.2346
CIE-Lab46.835171.1405-81.8039

#8f3afc color RGB value is (143,58,252).

#8f3afc hex color red value is 143, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8f3afc hue: 0.74 , saturation: 0.97 and the lightness value of 8f3afc is 0.61.

The process color (four color CMYK) of #8f3afc color hex is 0.43, 0.77, 0.00, 0.01. Web safe color of #8f3afc is #9933ff. Color #8f3afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00111010 11111100
Octal 217 72 374
Decimal 143 58 252
Hex 8F 3A FC

RGB Percentages of Color #8f3afc

%31.57
%12.80
%55.63

CMYK Percentages of Color #8f3afc

%43
%77
%0
%1

Triadic Colors of #8f3afc

#8f3afc #fc8f3a #3afc8f

Analogous Colors of #8f3afc

#8f3afc #f03afc #3a46fc

Monochromatic Colors of #8f3afc

#8f3afc

Complementary Color

#8f3afc #a7fc3a

#8f3afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f3afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f3afc Color CSS Codes

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

#8f3afc Text Font Color

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

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


#8f3afc Background Color

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

This div background color is #8f3afc


#8f3afc Border Color

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

This div border color is #8f3afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f3afc


Comments

No comments written yet.

Please login to write comment.