Color Hex Logo

#8592cb Color Hex

#8592CB
(133,146,203)
0 Favorites   0 Comments

Color spaces of #8592cb

RGB 133146203
HSL0.640.400.66
HSV229°34°80°
CMYK 0.340.280.00   0.20
XYZ30.731229.856160.6430
Yxy29.85610.25350.2463
Hunter Lab54.64074.7712-27.5545
CIE-Lab61.52998.9957-30.8800

#8592cb color RGB value is (133,146,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010010 11001011
Octal 205 222 313
Decimal 133 146 203
Hex 85 92 CB

RGB Percentages of Color #8592cb

%27.59
%30.29
%42.12

CMYK Percentages of Color #8592cb

%34
%28
%0
%20

Triadic Colors of #8592cb

#8592cb #cb8592 #92cb85

Analogous Colors of #8592cb

#8592cb #9b85cb #85b5cb

Monochromatic Colors of #8592cb

#8592cb

Complementary Color

#8592cb #cbbe85

#8592cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8592cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8592cb Color CSS Codes

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

#8592cb Text Font Color

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

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


#8592cb Background Color

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

This div background color is #8592cb


#8592cb Border Color

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

This div border color is #8592cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8592cb


Comments

No comments written yet.

Please login to write comment.