Color Hex Logo

#8584ba Color Hex

#8584BA
(133,132,186)
0 Favorites   0 Comments

Color spaces of #8584ba

RGB 133132186
HSL0.670.280.62
HSV241°29°73°
CMYK 0.280.290.00   0.27
XYZ26.787125.034249.8746
Yxy25.03420.26340.2462
Hunter Lab50.03428.0048-24.0770
CIE-Lab57.108712.6939-28.1216

#8584ba color RGB value is (133,132,186).

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

The process color (four color CMYK) of #8584ba color hex is 0.28, 0.29, 0.00, 0.27. Web safe color of #8584ba is #9999cc. Color #8584ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000100 10111010
Octal 205 204 272
Decimal 133 132 186
Hex 85 84 BA

RGB Percentages of Color #8584ba

%29.49
%29.27
%41.24

CMYK Percentages of Color #8584ba

%28
%29
%0
%27

Triadic Colors of #8584ba

#8584ba #ba8584 #84ba85

Analogous Colors of #8584ba

#8584ba #a084ba #849eba

Monochromatic Colors of #8584ba

#8584ba

Complementary Color

#8584ba #b9ba84

#8584ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8584ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8584ba Color CSS Codes

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

#8584ba Text Font Color

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

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


#8584ba Background Color

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

This div background color is #8584ba


#8584ba Border Color

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

This div border color is #8584ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8584ba


Comments

No comments written yet.

Please login to write comment.