Color Hex Logo

#8b5fea Color Hex

#8B5FEA
(139,95,234)
0 Favorites   0 Comments

Color spaces of #8b5fea

RGB 13995234
HSL0.720.770.65
HSV259°59°92°
CMYK 0.410.590.00   0.08
XYZ29.591019.613980.0681
Yxy19.61390.22890.1517
Hunter Lab44.287641.7625-76.1899
CIE-Lab51.397848.3704-64.3187

#8b5fea color RGB value is (139,95,234).

#8b5fea hex color red value is 139, green value is 95 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8b5fea hue: 0.72 , saturation: 0.77 and the lightness value of 8b5fea is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01011111 11101010
Octal 213 137 352
Decimal 139 95 234
Hex 8B 5F EA

RGB Percentages of Color #8b5fea

%29.70
%20.30
%50.00

CMYK Percentages of Color #8b5fea

%41
%59
%0
%8

Triadic Colors of #8b5fea

#8b5fea #ea8b5f #5fea8b

Analogous Colors of #8b5fea

#8b5fea #d15fea #5f79ea

Monochromatic Colors of #8b5fea

#8b5fea

Complementary Color

#8b5fea #beea5f

#8b5fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b5fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b5fea Color CSS Codes

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

#8b5fea Text Font Color

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

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


#8b5fea Background Color

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

This div background color is #8b5fea


#8b5fea Border Color

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

This div border color is #8b5fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,95,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 #8b5fea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b5fea


Comments

No comments written yet.

Please login to write comment.