Color Hex Logo

#8f5efb Color Hex

#8F5EFB
(143,94,251)
0 Favorites   0 Comments

Color spaces of #8f5efb

RGB 14394251
HSL0.720.950.68
HSV259°63°98°
CMYK 0.430.630.00   0.02
XYZ32.743020.810193.5578
Yxy20.81010.22260.1415
Hunter Lab45.618148.2891-89.6648
CIE-Lab52.741054.2094-71.6194

#8f5efb color RGB value is (143,94,251).

#8f5efb hex color red value is 143, green value is 94 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8f5efb hue: 0.72 , saturation: 0.95 and the lightness value of 8f5efb is 0.68.

The process color (four color CMYK) of #8f5efb color hex is 0.43, 0.63, 0.00, 0.02. Web safe color of #8f5efb is #9966ff. Color #8f5efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01011110 11111011
Octal 217 136 373
Decimal 143 94 251
Hex 8F 5E FB

RGB Percentages of Color #8f5efb

%29.30
%19.26
%51.43

CMYK Percentages of Color #8f5efb

%43
%63
%0
%2

Triadic Colors of #8f5efb

#8f5efb #fb8f5e #5efb8f

Analogous Colors of #8f5efb

#8f5efb #de5efb #5e7cfb

Monochromatic Colors of #8f5efb

#8f5efb

Complementary Color

#8f5efb #cafb5e

#8f5efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f5efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f5efb Color CSS Codes

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

#8f5efb Text Font Color

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

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


#8f5efb Background Color

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

This div background color is #8f5efb


#8f5efb Border Color

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

This div border color is #8f5efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f5efb


Comments

No comments written yet.

Please login to write comment.