Color Hex Logo

#857fca Color Hex

#857FCA
(133,127,202)
0 Favorites   0 Comments

Color spaces of #857fca

RGB 133127202
HSL0.680.410.65
HSV245°37°79°
CMYK 0.340.370.00   0.21
XYZ27.922924.429659.1208
Yxy24.42960.25050.2192
Hunter Lab49.426314.3458-36.3207
CIE-Lab56.515419.8207-38.1371

#857fca color RGB value is (133,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111111 11001010
Octal 205 177 312
Decimal 133 127 202
Hex 85 7F CA

RGB Percentages of Color #857fca

%28.79
%27.49
%43.72

CMYK Percentages of Color #857fca

%34
%37
%0
%21

Triadic Colors of #857fca

#857fca #ca857f #7fca85

Analogous Colors of #857fca

#857fca #ab7fca #7f9fca

Monochromatic Colors of #857fca

#857fca

Complementary Color

#857fca #c4ca7f

#857fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#857fca Color CSS Codes

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

#857fca Text Font Color

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

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


#857fca Background Color

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

This div background color is #857fca


#857fca Border Color

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

This div border color is #857fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857fca


Comments

No comments written yet.

Please login to write comment.