Color Hex Logo

#857eda Color Hex

#857EDA
(133,126,218)
0 Favorites   0 Comments

Color spaces of #857eda

RGB 133126218
HSL0.680.550.67
HSV245°42°85°
CMYK 0.390.420.00   0.15
XYZ29.788624.970269.5794
Yxy24.97020.23960.2008
Hunter Lab49.970218.9609-47.5773
CIE-Lab57.046424.7759-46.3255

#857eda color RGB value is (133,126,218).

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

The process color (four color CMYK) of #857eda color hex is 0.39, 0.42, 0.00, 0.15. Web safe color of #857eda is #9966cc. Color #857eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111110 11011010
Octal 205 176 332
Decimal 133 126 218
Hex 85 7E DA

RGB Percentages of Color #857eda

%27.88
%26.42
%45.70

CMYK Percentages of Color #857eda

%39
%42
%0
%15

Triadic Colors of #857eda

#857eda #da857e #7eda85

Analogous Colors of #857eda

#857eda #b37eda #7ea5da

Monochromatic Colors of #857eda

#857eda

Complementary Color

#857eda #d3da7e

#857eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#857eda Color CSS Codes

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

#857eda Text Font Color

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

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


#857eda Background Color

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

This div background color is #857eda


#857eda Border Color

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

This div border color is #857eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857eda


Comments

No comments written yet.

Please login to write comment.