Color Hex Logo

#857aeb Color Hex

#857AEB
(133,122,235)
0 Favorites   0 Comments

Color spaces of #857aeb

RGB 133122235
HSL0.680.740.70
HSV246°48°92°
CMYK 0.430.480.00   0.08
XYZ31.627824.903881.7372
Yxy24.90380.22870.1801
Hunter Lab49.903725.7976-62.1784
CIE-Lab56.981631.9059-55.9373

#857aeb color RGB value is (133,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111010 11101011
Octal 205 172 353
Decimal 133 122 235
Hex 85 7A EB

RGB Percentages of Color #857aeb

%27.14
%24.90
%47.96

CMYK Percentages of Color #857aeb

%43
%48
%0
%8

Triadic Colors of #857aeb

#857aeb #eb857a #7aeb85

Analogous Colors of #857aeb

#857aeb #be7aeb #7aa8eb

Monochromatic Colors of #857aeb

#857aeb

Complementary Color

#857aeb #e0eb7a

#857aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#857aeb Color CSS Codes

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

#857aeb Text Font Color

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

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


#857aeb Background Color

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

This div background color is #857aeb


#857aeb Border Color

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

This div border color is #857aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,122,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 #857aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857aeb


Comments

No comments written yet.

Please login to write comment.