Color Hex Logo

#857ecb Color Hex

#857ECB
(133,126,203)
0 Favorites   0 Comments

Color spaces of #857ecb

RGB 133126203
HSL0.680.430.65
HSV245°38°80°
CMYK 0.340.380.00   0.20
XYZ27.913224.220159.7037
Yxy24.22010.24960.2166
Hunter Lab49.213915.1174-37.4777
CIE-Lab56.307520.6783-39.0300

#857ecb color RGB value is (133,126,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111110 11001011
Octal 205 176 313
Decimal 133 126 203
Hex 85 7E CB

RGB Percentages of Color #857ecb

%28.79
%27.27
%43.94

CMYK Percentages of Color #857ecb

%34
%38
%0
%20

Triadic Colors of #857ecb

#857ecb #cb857e #7ecb85

Analogous Colors of #857ecb

#857ecb #ac7ecb #7e9ecb

Monochromatic Colors of #857ecb

#857ecb

Complementary Color

#857ecb #c4cb7e

#857ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#857ecb Color CSS Codes

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

#857ecb Text Font Color

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

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


#857ecb Background Color

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

This div background color is #857ecb


#857ecb Border Color

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

This div border color is #857ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857ecb


Comments

No comments written yet.

Please login to write comment.