Color Hex Logo

#857fcf Color Hex

#857FCF
(133,127,207)
0 Favorites   0 Comments

Color spaces of #857fcf

RGB 133127207
HSL0.680.450.65
HSV245°39°81°
CMYK 0.360.390.00   0.19
XYZ28.524724.670362.2899
Yxy24.67030.24700.2136
Hunter Lab49.669215.5903-39.5868
CIE-Lab56.752821.1685-40.5927

#857fcf color RGB value is (133,127,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111111 11001111
Octal 205 177 317
Decimal 133 127 207
Hex 85 7F CF

RGB Percentages of Color #857fcf

%28.48
%27.19
%44.33

CMYK Percentages of Color #857fcf

%36
%39
%0
%19

Triadic Colors of #857fcf

#857fcf #cf857f #7fcf85

Analogous Colors of #857fcf

#857fcf #ad7fcf #7fa1cf

Monochromatic Colors of #857fcf

#857fcf

Complementary Color

#857fcf #c9cf7f

#857fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#857fcf Color CSS Codes

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

#857fcf Text Font Color

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

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


#857fcf Background Color

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

This div background color is #857fcf


#857fcf Border Color

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

This div border color is #857fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857fcf


Comments

No comments written yet.

Please login to write comment.