Color Hex Logo

#857ecc Color Hex

#857ECC
(133,126,204)
0 Favorites   0 Comments

Color spaces of #857ecc

RGB 133126204
HSL0.680.430.65
HSV245°38°80°
CMYK 0.350.380.00   0.20
XYZ28.032824.267960.3334
Yxy24.26790.24890.2155
Hunter Lab49.262515.3661-38.1307
CIE-Lab56.355020.9474-39.5216

#857ecc color RGB value is (133,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111110 11001100
Octal 205 176 314
Decimal 133 126 204
Hex 85 7E CC

RGB Percentages of Color #857ecc

%28.73
%27.21
%44.06

CMYK Percentages of Color #857ecc

%35
%38
%0
%20

Triadic Colors of #857ecc

#857ecc #cc857e #7ecc85

Analogous Colors of #857ecc

#857ecc #ac7ecc #7e9ecc

Monochromatic Colors of #857ecc

#857ecc

Complementary Color

#857ecc #c5cc7e

#857ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#857ecc Color CSS Codes

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

#857ecc Text Font Color

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

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


#857ecc Background Color

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

This div background color is #857ecc


#857ecc Border Color

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

This div border color is #857ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857ecc


Comments

No comments written yet.

Please login to write comment.