Color Hex Logo

#858abb Color Hex

#858ABB
(133,138,187)
0 Favorites   0 Comments

Color spaces of #858abb

RGB 133138187
HSL0.650.280.63
HSV234°29°73°
CMYK 0.290.260.00   0.27
XYZ27.731026.751450.7157
Yxy26.75140.26360.2543
Hunter Lab51.72185.1910-21.9315
CIE-Lab58.74359.4535-26.1649

#858abb color RGB value is (133,138,187).

#858abb hex color red value is 133, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #858abb hue: 0.65 , saturation: 0.28 and the lightness value of 858abb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001010 10111011
Octal 205 212 273
Decimal 133 138 187
Hex 85 8A BB

RGB Percentages of Color #858abb

%29.04
%30.13
%40.83

CMYK Percentages of Color #858abb

%29
%26
%0
%27

Triadic Colors of #858abb

#858abb #bb858a #8abb85

Analogous Colors of #858abb

#858abb #9b85bb #85a5bb

Monochromatic Colors of #858abb

#858abb

Complementary Color

#858abb #bbb685

#858abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#858abb Color CSS Codes

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

#858abb Text Font Color

<p style="color:#858abb">Text here</p>

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


#858abb Background Color

<div style="background-color:#858abb">
Div content here</div>

This div background color is #858abb


#858abb Border Color

<div style="border:3px solid #858abb">
Div here</div>

This div border color is #858abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,138,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #858abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #858abb;
  -webkit-box-shadow: 1px 1px 3px 2px #858abb;
  box-shadow:         1px 1px 3px 2px #858abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858abb


Comments

No comments written yet.

Please login to write comment.