Color Hex Logo

#8573eb Color Hex

#8573EB
(133,115,235)
0 Favorites   0 Comments

Color spaces of #8573eb

RGB 133115235
HSL0.690.750.69
HSV249°51°92°
CMYK 0.430.510.00   0.08
XYZ30.799023.246281.4609
Yxy23.24620.22730.1716
Hunter Lab48.214329.6496-66.4239
CIE-Lab55.325035.9928-58.5884

#8573eb color RGB value is (133,115,235).

#8573eb hex color red value is 133, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8573eb hue: 0.69 , saturation: 0.75 and the lightness value of 8573eb is 0.69.

The process color (four color CMYK) of #8573eb color hex is 0.43, 0.51, 0.00, 0.08. Web safe color of #8573eb is #9966ff. Color #8573eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110011 11101011
Octal 205 163 353
Decimal 133 115 235
Hex 85 73 EB

RGB Percentages of Color #8573eb

%27.54
%23.81
%48.65

CMYK Percentages of Color #8573eb

%43
%51
%0
%8

Triadic Colors of #8573eb

#8573eb #eb8573 #73eb85

Analogous Colors of #8573eb

#8573eb #c173eb #739deb

Monochromatic Colors of #8573eb

#8573eb

Complementary Color

#8573eb #d9eb73

#8573eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8573eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8573eb Color CSS Codes

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

#8573eb Text Font Color

<p style="color:#8573eb">Text here</p>

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


#8573eb Background Color

<div style="background-color:#8573eb">
Div content here</div>

This div background color is #8573eb


#8573eb Border Color

<div style="border:3px solid #8573eb">
Div here</div>

This div border color is #8573eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,115,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8573eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8573eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8573eb;
  box-shadow:         1px 1px 3px 2px #8573eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,115,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8573eb


Comments

No comments written yet.

Please login to write comment.