Color Hex Logo

#857beb Color Hex

#857BEB
(133,123,235)
0 Favorites   0 Comments

Color spaces of #857beb

RGB 133123235
HSL0.680.740.70
HSV245°48°92°
CMYK 0.430.480.00   0.08
XYZ31.751225.150681.7783
Yxy25.15060.22900.1814
Hunter Lab50.150425.2487-61.5767
CIE-Lab57.221931.3202-55.5535

#857beb color RGB value is (133,123,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111011 11101011
Octal 205 173 353
Decimal 133 123 235
Hex 85 7B EB

RGB Percentages of Color #857beb

%27.09
%25.05
%47.86

CMYK Percentages of Color #857beb

%43
%48
%0
%8

Triadic Colors of #857beb

#857beb #eb857b #7beb85

Analogous Colors of #857beb

#857beb #bd7beb #7ba9eb

Monochromatic Colors of #857beb

#857beb

Complementary Color

#857beb #e1eb7b

#857beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#857beb Color CSS Codes

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

#857beb Text Font Color

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

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


#857beb Background Color

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

This div background color is #857beb


#857beb Border Color

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

This div border color is #857beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857beb


Comments

No comments written yet.

Please login to write comment.