Color Hex Logo

#8584eb Color Hex

#8584EB
(133,132,235)
0 Favorites   0 Comments

Color spaces of #8584eb

RGB 133132235
HSL0.670.720.72
HSV241°44°92°
CMYK 0.430.440.00   0.08
XYZ32.919527.487282.1678
Yxy27.48720.23090.1928
Hunter Lab52.428220.3301-56.2221
CIE-Lab59.422626.0383-52.0473

#8584eb color RGB value is (133,132,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000100 11101011
Octal 205 204 353
Decimal 133 132 235
Hex 85 84 EB

RGB Percentages of Color #8584eb

%26.60
%26.40
%47.00

CMYK Percentages of Color #8584eb

%43
%44
%0
%8

Triadic Colors of #8584eb

#8584eb #eb8584 #84eb85

Analogous Colors of #8584eb

#8584eb #b984eb #84b7eb

Monochromatic Colors of #8584eb

#8584eb

Complementary Color

#8584eb #eaeb84

#8584eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8584eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8584eb Color CSS Codes

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

#8584eb Text Font Color

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

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


#8584eb Background Color

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

This div background color is #8584eb


#8584eb Border Color

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

This div border color is #8584eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,132,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 #8584eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8584eb


Comments

No comments written yet.

Please login to write comment.