Color Hex Logo

#858ecf Color Hex

#858ECF
(133,142,207)
0 Favorites   0 Comments

Color spaces of #858ecf

RGB 133142207
HSL0.650.440.67
HSV233°36°81°
CMYK 0.360.310.00   0.19
XYZ30.608428.837562.9845
Yxy28.83750.25000.2355
Hunter Lab53.70067.7660-31.9499
CIE-Lab60.637912.3824-34.5089

#858ecf color RGB value is (133,142,207).

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

The process color (four color CMYK) of #858ecf color hex is 0.36, 0.31, 0.00, 0.19. Web safe color of #858ecf is #9999cc. Color #858ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001110 11001111
Octal 205 216 317
Decimal 133 142 207
Hex 85 8E CF

RGB Percentages of Color #858ecf

%27.59
%29.46
%42.95

CMYK Percentages of Color #858ecf

%36
%31
%0
%19

Triadic Colors of #858ecf

#858ecf #cf858e #8ecf85

Analogous Colors of #858ecf

#858ecf #a185cf #85b3cf

Monochromatic Colors of #858ecf

#858ecf

Complementary Color

#858ecf #cfc685

#858ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#858ecf Color CSS Codes

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

#858ecf Text Font Color

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

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


#858ecf Background Color

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

This div background color is #858ecf


#858ecf Border Color

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

This div border color is #858ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858ecf


Comments

No comments written yet.

Please login to write comment.