Color Hex Logo

#857eca Color Hex

#857ECA
(133,126,202)
0 Favorites   0 Comments

Color spaces of #857eca

RGB 133126202
HSL0.680.420.64
HSV246°38°79°
CMYK 0.340.380.00   0.21
XYZ27.794424.172559.0780
Yxy24.17250.25030.2177
Hunter Lab49.165514.8704-36.8278
CIE-Lab56.260120.4104-38.5379

#857eca color RGB value is (133,126,202).

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

The process color (four color CMYK) of #857eca color hex is 0.34, 0.38, 0.00, 0.21. Web safe color of #857eca is #9966cc. Color #857eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111110 11001010
Octal 205 176 312
Decimal 133 126 202
Hex 85 7E CA

RGB Percentages of Color #857eca

%28.85
%27.33
%43.82

CMYK Percentages of Color #857eca

%34
%38
%0
%21

Triadic Colors of #857eca

#857eca #ca857e #7eca85

Analogous Colors of #857eca

#857eca #ab7eca #7e9dca

Monochromatic Colors of #857eca

#857eca

Complementary Color

#857eca #c3ca7e

#857eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#857eca Color CSS Codes

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

#857eca Text Font Color

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

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


#857eca Background Color

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

This div background color is #857eca


#857eca Border Color

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

This div border color is #857eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857eca


Comments

No comments written yet.

Please login to write comment.