Color Hex Logo

#857ffe Color Hex

#857FFE
(133,127,254)
0 Favorites   0 Comments

Color spaces of #857ffe

RGB 133127254
HSL0.670.980.75
HSV243°50°100°
CMYK 0.480.500.00   0.00
XYZ35.151627.321097.1867
Yxy27.32100.22020.1711
Hunter Lab52.269528.5709-73.6516
CIE-Lab59.270334.4581-62.7894

#857ffe color RGB value is (133,127,254).

#857ffe hex color red value is 133, green value is 127 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #857ffe hue: 0.67 , saturation: 0.98 and the lightness value of 857ffe is 0.75.

The process color (four color CMYK) of #857ffe color hex is 0.48, 0.50, 0.00, 0.00. Web safe color of #857ffe is #9966ff. Color #857ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111111 11111110
Octal 205 177 376
Decimal 133 127 254
Hex 85 7F FE

RGB Percentages of Color #857ffe

%25.88
%24.71
%49.42

CMYK Percentages of Color #857ffe

%48
%50
%0
%0

Triadic Colors of #857ffe

#857ffe #fe857f #7ffe85

Analogous Colors of #857ffe

#857ffe #c57ffe #7fb9fe

Monochromatic Colors of #857ffe

#857ffe

Complementary Color

#857ffe #f8fe7f

#857ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#857ffe Color CSS Codes

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

#857ffe Text Font Color

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

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


#857ffe Background Color

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

This div background color is #857ffe


#857ffe Border Color

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

This div border color is #857ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857ffe


Comments

No comments written yet.

Please login to write comment.