Color Hex Logo

#857eff Color Hex

#857EFF
(133,126,255)
0 Favorites   0 Comments

Color spaces of #857eff

RGB 133126255
HSL0.681.000.75
HSV243°51°100°
CMYK 0.480.510.00   0.00
XYZ35.183727.128397.9896
Yxy27.12830.21950.1692
Hunter Lab52.084829.4296-75.0856
CIE-Lab59.092935.3319-63.6240

#857eff color RGB value is (133,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111110 11111111
Octal 205 176 377
Decimal 133 126 255
Hex 85 7E FF

RGB Percentages of Color #857eff

%25.88
%24.51
%49.61

CMYK Percentages of Color #857eff

%48
%51
%0
%0

Triadic Colors of #857eff

#857eff #ff857e #7eff85

Analogous Colors of #857eff

#857eff #c67eff #7eb8ff

Monochromatic Colors of #857eff

#857eff

Complementary Color

#857eff #f8ff7e

#857eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#857eff Color CSS Codes

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

#857eff Text Font Color

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

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


#857eff Background Color

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

This div background color is #857eff


#857eff Border Color

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

This div border color is #857eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857eff

Related Colors


Comments

No comments written yet.

Please login to write comment.