Color Hex Logo

#8594bc Color Hex

#8594BC
(133,148,188)
0 Favorites   0 Comments

Color spaces of #8594bc

RGB 133148188
HSL0.620.290.63
HSV224°29°74°
CMYK 0.290.210.00   0.26
XYZ29.339929.797251.7820
Yxy29.79720.26450.2686
Hunter Lab54.58680.4152-18.0328
CIE-Lab61.47883.9565-22.5278

#8594bc color RGB value is (133,148,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010100 10111100
Octal 205 224 274
Decimal 133 148 188
Hex 85 94 BC

RGB Percentages of Color #8594bc

%28.36
%31.56
%40.09

CMYK Percentages of Color #8594bc

%29
%21
%0
%26

Triadic Colors of #8594bc

#8594bc #bc8594 #94bc85

Analogous Colors of #8594bc

#8594bc #9285bc #85b0bc

Monochromatic Colors of #8594bc

#8594bc

Complementary Color

#8594bc #bcad85

#8594bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8594bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8594bc Color CSS Codes

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

#8594bc Text Font Color

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

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


#8594bc Background Color

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

This div background color is #8594bc


#8594bc Border Color

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

This div border color is #8594bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8594bc


Comments

No comments written yet.

Please login to write comment.