Color Hex Logo

#857eee Color Hex

#857EEE
(133,126,238)
0 Favorites   0 Comments

Color spaces of #857eee

RGB 133126238
HSL0.680.770.71
HSV244°47°93°
CMYK 0.440.470.00   0.07
XYZ32.566326.081384.2067
Yxy26.08130.22800.1826
Hunter Lab51.069924.4539-62.0116
CIE-Lab58.114130.4178-55.7971

#857eee color RGB value is (133,126,238).

#857eee hex color red value is 133, green value is 126 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #857eee hue: 0.68 , saturation: 0.77 and the lightness value of 857eee is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111110 11101110
Octal 205 176 356
Decimal 133 126 238
Hex 85 7E EE

RGB Percentages of Color #857eee

%26.76
%25.35
%47.89

CMYK Percentages of Color #857eee

%44
%47
%0
%7

Triadic Colors of #857eee

#857eee #ee857e #7eee85

Analogous Colors of #857eee

#857eee #bd7eee #7eafee

Monochromatic Colors of #857eee

#857eee

Complementary Color

#857eee #e7ee7e

#857eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#857eee Color CSS Codes

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

#857eee Text Font Color

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

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


#857eee Background Color

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

This div background color is #857eee


#857eee Border Color

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

This div border color is #857eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,126,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 #857eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857eee


Comments

No comments written yet.

Please login to write comment.