Color Hex Logo

#857cef Color Hex

#857CEF
(133,124,239)
0 Favorites   0 Comments

Color spaces of #857cef

RGB 133124239
HSL0.680.780.71
HSV245°48°94°
CMYK 0.440.480.00   0.06
XYZ32.460525.633884.8983
Yxy25.63380.22700.1793
Hunter Lab50.629825.8402-63.9792
CIE-Lab57.687831.8762-57.0333

#857cef color RGB value is (133,124,239).

#857cef hex color red value is 133, green value is 124 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #857cef hue: 0.68 , saturation: 0.78 and the lightness value of 857cef is 0.71.

The process color (four color CMYK) of #857cef color hex is 0.44, 0.48, 0.00, 0.06. Web safe color of #857cef is #9966ff. Color #857cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111100 11101111
Octal 205 174 357
Decimal 133 124 239
Hex 85 7C EF

RGB Percentages of Color #857cef

%26.81
%25.00
%48.19

CMYK Percentages of Color #857cef

%44
%48
%0
%6

Triadic Colors of #857cef

#857cef #ef857c #7cef85

Analogous Colors of #857cef

#857cef #bf7cef #7cadef

Monochromatic Colors of #857cef

#857cef

Complementary Color

#857cef #e6ef7c

#857cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#857cef Color CSS Codes

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

#857cef Text Font Color

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

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


#857cef Background Color

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

This div background color is #857cef


#857cef Border Color

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

This div border color is #857cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857cef


Comments

No comments written yet.

Please login to write comment.