Color Hex Logo

#858ceb Color Hex

#858CEB
(133,140,235)
0 Favorites   0 Comments

Color spaces of #858ceb

RGB 133140235
HSL0.660.720.72
HSV236°43°92°
CMYK 0.430.400.00   0.08
XYZ34.046329.740982.5434
Yxy29.74090.23270.2032
Hunter Lab54.535216.0008-51.5655
CIE-Lab61.430021.3471-48.8633

#858ceb color RGB value is (133,140,235).

#858ceb hex color red value is 133, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #858ceb hue: 0.66 , saturation: 0.72 and the lightness value of 858ceb is 0.72.

The process color (four color CMYK) of #858ceb color hex is 0.43, 0.40, 0.00, 0.08. Web safe color of #858ceb is #9999ff. Color #858ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001100 11101011
Octal 205 214 353
Decimal 133 140 235
Hex 85 8C EB

RGB Percentages of Color #858ceb

%26.18
%27.56
%46.26

CMYK Percentages of Color #858ceb

%43
%40
%0
%8

Triadic Colors of #858ceb

#858ceb #eb858c #8ceb85

Analogous Colors of #858ceb

#858ceb #b185eb #85bfeb

Monochromatic Colors of #858ceb

#858ceb

Complementary Color

#858ceb #ebe485

#858ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#858ceb Color CSS Codes

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

#858ceb Text Font Color

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

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


#858ceb Background Color

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

This div background color is #858ceb


#858ceb Border Color

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

This div border color is #858ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858ceb


Comments

No comments written yet.

Please login to write comment.