Color Hex Logo

#858edb Color Hex

#858EDB
(133,142,219)
0 Favorites   0 Comments

Color spaces of #858edb

RGB 133142219
HSL0.650.540.69
HSV234°39°86°
CMYK 0.390.350.00   0.14
XYZ32.132029.447071.0081
Yxy29.44700.24230.2221
Hunter Lab54.265110.7313-39.5978
CIE-Lab61.174115.6660-40.3798

#858edb color RGB value is (133,142,219).

#858edb hex color red value is 133, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #858edb hue: 0.65 , saturation: 0.54 and the lightness value of 858edb is 0.69.

The process color (four color CMYK) of #858edb color hex is 0.39, 0.35, 0.00, 0.14. Web safe color of #858edb is #9999cc. Color #858edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001110 11011011
Octal 205 216 333
Decimal 133 142 219
Hex 85 8E DB

RGB Percentages of Color #858edb

%26.92
%28.74
%44.33

CMYK Percentages of Color #858edb

%39
%35
%0
%14

Triadic Colors of #858edb

#858edb #db858e #8edb85

Analogous Colors of #858edb

#858edb #a785db #85b9db

Monochromatic Colors of #858edb

#858edb

Complementary Color

#858edb #dbd285

#858edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#858edb Color CSS Codes

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

#858edb Text Font Color

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

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


#858edb Background Color

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

This div background color is #858edb


#858edb Border Color

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

This div border color is #858edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858edb


Comments

No comments written yet.

Please login to write comment.