Color Hex Logo

#857fce Color Hex

#857FCE
(133,127,206)
0 Favorites   0 Comments

Color spaces of #857fce

RGB 133127206
HSL0.680.450.65
HSV245°38°81°
CMYK 0.350.380.00   0.19
XYZ28.402824.621561.6480
Yxy24.62150.24770.2147
Hunter Lab49.620115.3393-38.9279
CIE-Lab56.704820.8978-40.1031

#857fce color RGB value is (133,127,206).

#857fce hex color red value is 133, green value is 127 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #857fce hue: 0.68 , saturation: 0.45 and the lightness value of 857fce is 0.65.

The process color (four color CMYK) of #857fce color hex is 0.35, 0.38, 0.00, 0.19. Web safe color of #857fce is #9966cc. Color #857fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111111 11001110
Octal 205 177 316
Decimal 133 127 206
Hex 85 7F CE

RGB Percentages of Color #857fce

%28.54
%27.25
%44.21

CMYK Percentages of Color #857fce

%35
%38
%0
%19

Triadic Colors of #857fce

#857fce #ce857f #7fce85

Analogous Colors of #857fce

#857fce #ad7fce #7fa1ce

Monochromatic Colors of #857fce

#857fce

Complementary Color

#857fce #c8ce7f

#857fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#857fce Color CSS Codes

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

#857fce Text Font Color

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

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


#857fce Background Color

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

This div background color is #857fce


#857fce Border Color

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

This div border color is #857fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857fce


Comments

No comments written yet.

Please login to write comment.