Color Hex Logo

#857ce9 Color Hex

#857CE9
(133,124,233)
0 Favorites   0 Comments

Color spaces of #857ce9

RGB 133124233
HSL0.680.710.70
HSV245°47°91°
CMYK 0.430.470.00   0.09
XYZ31.588525.285080.3064
Yxy25.28500.23030.1843
Hunter Lab50.284224.1363-59.4902
CIE-Lab57.352130.1654-54.2317

#857ce9 color RGB value is (133,124,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111100 11101001
Octal 205 174 351
Decimal 133 124 233
Hex 85 7C E9

RGB Percentages of Color #857ce9

%27.14
%25.31
%47.55

CMYK Percentages of Color #857ce9

%43
%47
%0
%9

Triadic Colors of #857ce9

#857ce9 #e9857c #7ce985

Analogous Colors of #857ce9

#857ce9 #bc7ce9 #7caae9

Monochromatic Colors of #857ce9

#857ce9

Complementary Color

#857ce9 #e0e97c

#857ce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857ce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857ce9 Color CSS Codes

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

#857ce9 Text Font Color

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

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


#857ce9 Background Color

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

This div background color is #857ce9


#857ce9 Border Color

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

This div border color is #857ce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857ce9


Comments

No comments written yet.

Please login to write comment.