Color Hex Logo

#8584bc Color Hex

#8584BC
(133,132,188)
0 Favorites   0 Comments

Color spaces of #8584bc

RGB 133132188
HSL0.670.290.63
HSV241°30°74°
CMYK 0.290.300.00   0.26
XYZ27.001225.119951.0025
Yxy25.11990.26180.2436
Hunter Lab50.11988.4544-25.2504
CIE-Lab57.192113.2058-29.1315

#8584bc color RGB value is (133,132,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000100 10111100
Octal 205 204 274
Decimal 133 132 188
Hex 85 84 BC

RGB Percentages of Color #8584bc

%29.36
%29.14
%41.50

CMYK Percentages of Color #8584bc

%29
%30
%0
%26

Triadic Colors of #8584bc

#8584bc #bc8584 #84bc85

Analogous Colors of #8584bc

#8584bc #a184bc #849fbc

Monochromatic Colors of #8584bc

#8584bc

Complementary Color

#8584bc #bbbc84

#8584bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8584bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8584bc Color CSS Codes

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

#8584bc Text Font Color

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

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


#8584bc Background Color

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

This div background color is #8584bc


#8584bc Border Color

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

This div border color is #8584bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8584bc


Comments

No comments written yet.

Please login to write comment.