Color Hex Logo

#8b5edf Color Hex

#8B5EDF
(139,94,223)
0 Favorites   0 Comments

Color spaces of #8b5edf

RGB 13994223
HSL0.720.670.62
HSV261°58°87°
CMYK 0.380.580.00   0.13
XYZ27.969418.822171.9709
Yxy18.82210.23550.1585
Hunter Lab43.384439.1539-67.9877
CIE-Lab50.478446.0265-59.6011

#8b5edf color RGB value is (139,94,223).

#8b5edf hex color red value is 139, green value is 94 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8b5edf hue: 0.72 , saturation: 0.67 and the lightness value of 8b5edf is 0.62.

The process color (four color CMYK) of #8b5edf color hex is 0.38, 0.58, 0.00, 0.13. Web safe color of #8b5edf is #9966cc. Color #8b5edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01011110 11011111
Octal 213 136 337
Decimal 139 94 223
Hex 8B 5E DF

RGB Percentages of Color #8b5edf

%30.48
%20.61
%48.90

CMYK Percentages of Color #8b5edf

%38
%58
%0
%13

Triadic Colors of #8b5edf

#8b5edf #df8b5e #5edf8b

Analogous Colors of #8b5edf

#8b5edf #cc5edf #5e72df

Monochromatic Colors of #8b5edf

#8b5edf

Complementary Color

#8b5edf #b2df5e

#8b5edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b5edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b5edf Color CSS Codes

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

#8b5edf Text Font Color

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

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


#8b5edf Background Color

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

This div background color is #8b5edf


#8b5edf Border Color

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

This div border color is #8b5edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b5edf


Comments

No comments written yet.

Please login to write comment.