Color Hex Logo

#857bfa Color Hex

#857BFA
(133,123,250)
0 Favorites   0 Comments

Color spaces of #857bfa

RGB 133123250
HSL0.680.930.73
HSV245°51°98°
CMYK 0.470.510.00   0.02
XYZ34.011126.054693.6789
Yxy26.05460.22120.1695
Hunter Lab51.043729.6104-73.0825
CIE-Lab58.088835.6263-62.4811

#857bfa color RGB value is (133,123,250).

#857bfa hex color red value is 133, green value is 123 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #857bfa hue: 0.68 , saturation: 0.93 and the lightness value of 857bfa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111011 11111010
Octal 205 173 372
Decimal 133 123 250
Hex 85 7B FA

RGB Percentages of Color #857bfa

%26.28
%24.31
%49.41

CMYK Percentages of Color #857bfa

%47
%51
%0
%2

Triadic Colors of #857bfa

#857bfa #fa857b #7bfa85

Analogous Colors of #857bfa

#857bfa #c57bfa #7bb1fa

Monochromatic Colors of #857bfa

#857bfa

Complementary Color

#857bfa #f0fa7b

#857bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#857bfa Color CSS Codes

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

#857bfa Text Font Color

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

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


#857bfa Background Color

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

This div background color is #857bfa


#857bfa Border Color

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

This div border color is #857bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857bfa


Comments

No comments written yet.

Please login to write comment.