Color Hex Logo

#8b5eda Color Hex

#8B5EDA
(139,94,218)
0 Favorites   0 Comments

Color spaces of #8b5eda

RGB 13994218
HSL0.730.630.61
HSV262°57°85°
CMYK 0.360.570.00   0.15
XYZ27.305118.556368.4723
Yxy18.55630.23880.1623
Hunter Lab43.077037.7605-64.0894
CIE-Lab50.164044.7277-57.2731

#8b5eda color RGB value is (139,94,218).

#8b5eda hex color red value is 139, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8b5eda hue: 0.73 , saturation: 0.63 and the lightness value of 8b5eda is 0.61.

The process color (four color CMYK) of #8b5eda color hex is 0.36, 0.57, 0.00, 0.15. Web safe color of #8b5eda is #9966cc. Color #8b5eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01011110 11011010
Octal 213 136 332
Decimal 139 94 218
Hex 8B 5E DA

RGB Percentages of Color #8b5eda

%30.82
%20.84
%48.34

CMYK Percentages of Color #8b5eda

%36
%57
%0
%15

Triadic Colors of #8b5eda

#8b5eda #da8b5e #5eda8b

Analogous Colors of #8b5eda

#8b5eda #c95eda #5e6fda

Monochromatic Colors of #8b5eda

#8b5eda

Complementary Color

#8b5eda #adda5e

#8b5eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b5eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b5eda Color CSS Codes

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

#8b5eda Text Font Color

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

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


#8b5eda Background Color

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

This div background color is #8b5eda


#8b5eda Border Color

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

This div border color is #8b5eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b5eda


Comments

No comments written yet.

Please login to write comment.