Color Hex Logo

#8f5ebf Color Hex

#8F5EBF
(143,94,191)
0 Favorites   0 Comments

Color spaces of #8f5ebf

RGB 14394191
HSL0.750.430.56
HSV270°51°75°
CMYK 0.250.510.00   0.25
XYZ24.734417.606651.3850
Yxy17.60660.26390.1879
Hunter Lab41.960231.7905-43.2351
CIE-Lab49.015438.9817-43.6164

#8f5ebf color RGB value is (143,94,191).

#8f5ebf hex color red value is 143, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8f5ebf hue: 0.75 , saturation: 0.43 and the lightness value of 8f5ebf is 0.56.

The process color (four color CMYK) of #8f5ebf color hex is 0.25, 0.51, 0.00, 0.25. Web safe color of #8f5ebf is #9966cc. Color #8f5ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01011110 10111111
Octal 217 136 277
Decimal 143 94 191
Hex 8F 5E BF

RGB Percentages of Color #8f5ebf

%33.41
%21.96
%44.63

CMYK Percentages of Color #8f5ebf

%25
%51
%0
%25

Triadic Colors of #8f5ebf

#8f5ebf #bf8f5e #5ebf8f

Analogous Colors of #8f5ebf

#8f5ebf #bf5ebf #5e5ebf

Monochromatic Colors of #8f5ebf

#8f5ebf

Complementary Color

#8f5ebf #8ebf5e

#8f5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f5ebf Color CSS Codes

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

#8f5ebf Text Font Color

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

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


#8f5ebf Background Color

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

This div background color is #8f5ebf


#8f5ebf Border Color

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

This div border color is #8f5ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f5ebf


Comments

No comments written yet.

Please login to write comment.