Color Hex Logo

#857eec Color Hex

#857EEC
(133,126,236)
0 Favorites   0 Comments

Color spaces of #857eec

RGB 133126236
HSL0.680.740.71
HSV244°47°93°
CMYK 0.440.470.00   0.07
XYZ32.274025.964482.6675
Yxy25.96440.22900.1843
Hunter Lab50.955323.8864-60.5207
CIE-Lab58.003229.8459-54.8628

#857eec color RGB value is (133,126,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111110 11101100
Octal 205 176 354
Decimal 133 126 236
Hex 85 7E EC

RGB Percentages of Color #857eec

%26.87
%25.45
%47.68

CMYK Percentages of Color #857eec

%44
%47
%0
%7

Triadic Colors of #857eec

#857eec #ec857e #7eec85

Analogous Colors of #857eec

#857eec #bc7eec #7eaeec

Monochromatic Colors of #857eec

#857eec

Complementary Color

#857eec #e5ec7e

#857eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#857eec Color CSS Codes

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

#857eec Text Font Color

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

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


#857eec Background Color

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

This div background color is #857eec


#857eec Border Color

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

This div border color is #857eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857eec


Comments

No comments written yet.

Please login to write comment.