Color Hex Logo

#8f52ea Color Hex

#8F52EA
(143,82,234)
0 Favorites   0 Comments

Color spaces of #8f52ea

RGB 14382234
HSL0.730.780.62
HSV264°65°92°
CMYK 0.390.650.00   0.08
XYZ29.196317.814779.7417
Yxy17.81470.23030.1405
Hunter Lab42.207549.6113-82.4702
CIE-Lab49.270656.0261-67.7407

#8f52ea color RGB value is (143,82,234).

#8f52ea hex color red value is 143, green value is 82 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8f52ea hue: 0.73 , saturation: 0.78 and the lightness value of 8f52ea is 0.62.

The process color (four color CMYK) of #8f52ea color hex is 0.39, 0.65, 0.00, 0.08. Web safe color of #8f52ea is #9966ff. Color #8f52ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01010010 11101010
Octal 217 122 352
Decimal 143 82 234
Hex 8F 52 EA

RGB Percentages of Color #8f52ea

%31.15
%17.86
%50.98

CMYK Percentages of Color #8f52ea

%39
%65
%0
%8

Triadic Colors of #8f52ea

#8f52ea #ea8f52 #52ea8f

Analogous Colors of #8f52ea

#8f52ea #db52ea #5261ea

Monochromatic Colors of #8f52ea

#8f52ea

Complementary Color

#8f52ea #adea52

#8f52ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f52ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f52ea Color CSS Codes

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

#8f52ea Text Font Color

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

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


#8f52ea Background Color

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

This div background color is #8f52ea


#8f52ea Border Color

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

This div border color is #8f52ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f52ea


Comments

No comments written yet.

Please login to write comment.