Color Hex Logo

#8594cb Color Hex

#8594CB
(133,148,203)
0 Favorites   0 Comments

Color spaces of #8594cb

RGB 133148203
HSL0.630.400.66
HSV227°34°80°
CMYK 0.340.270.00   0.20
XYZ31.042330.478260.7467
Yxy30.47820.25390.2493
Hunter Lab55.20713.7561-26.5944
CIE-Lab62.06477.8447-30.0517

#8594cb color RGB value is (133,148,203).

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

The process color (four color CMYK) of #8594cb color hex is 0.34, 0.27, 0.00, 0.20. Web safe color of #8594cb is #9999cc. Color #8594cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010100 11001011
Octal 205 224 313
Decimal 133 148 203
Hex 85 94 CB

RGB Percentages of Color #8594cb

%27.48
%30.58
%41.94

CMYK Percentages of Color #8594cb

%34
%27
%0
%20

Triadic Colors of #8594cb

#8594cb #cb8594 #94cb85

Analogous Colors of #8594cb

#8594cb #9985cb #85b7cb

Monochromatic Colors of #8594cb

#8594cb

Complementary Color

#8594cb #cbbc85

#8594cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8594cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8594cb Color CSS Codes

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

#8594cb Text Font Color

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

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


#8594cb Background Color

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

This div background color is #8594cb


#8594cb Border Color

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

This div border color is #8594cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8594cb

#8594cb Color Palettes


Comments

No comments written yet.

Please login to write comment.