Color Hex Logo

#858eee Color Hex

#858EEE
(133,142,238)
0 Favorites   0 Comments

Color spaces of #858eee

RGB 133142238
HSL0.650.760.73
HSV235°44°93°
CMYK 0.440.400.00   0.07
XYZ34.778530.505684.9441
Yxy30.50560.23150.2031
Hunter Lab55.231915.7424-52.5230
CIE-Lab62.088021.0383-49.4798

#858eee color RGB value is (133,142,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001110 11101110
Octal 205 216 356
Decimal 133 142 238
Hex 85 8E EE

RGB Percentages of Color #858eee

%25.93
%27.68
%46.39

CMYK Percentages of Color #858eee

%44
%40
%0
%7

Triadic Colors of #858eee

#858eee #ee858e #8eee85

Analogous Colors of #858eee

#858eee #b185ee #85c3ee

Monochromatic Colors of #858eee

#858eee

Complementary Color

#858eee #eee585

#858eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#858eee Color CSS Codes

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

#858eee Text Font Color

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

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


#858eee Background Color

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

This div background color is #858eee


#858eee Border Color

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

This div border color is #858eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858eee


Comments

No comments written yet.

Please login to write comment.