color codes Logo

#857cfe color codes

#857CFE
(133,124,254)
0 Favorites   0 Comments

Color spaces of #857cfe

RGB 133124254
HSL0.680.980.74
HSV244°51°100°
CMYK 0.480.510.00   0.00
XYZ34.769926.557697.0595
Yxy26.55760.21950.1677
Hunter Lab51.534130.2489-75.5932
CIE-Lab58.562636.2048-63.9255

#857cfe color RGB value is (133,124,254).

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

The process color (four color CMYK) of #857cfe color code is 0.48, 0.51, 0.00, 0.00. Web safe color of #857cfe is #9966ff. Color #857cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111100 11111110
Octal 205 174 376
Decimal 133 124 254
Hex 85 7C FE

RGB Percentages of Color #857cfe

%26.03
%24.27
%49.71

CMYK Percentages of Color #857cfe

%48
%51
%0
%0

Triadic Colors of #857cfe

#857cfe #fe857c #7cfe85

Analogous Colors of #857cfe

#857cfe #c67cfe #7cb4fe

Monochromatic Colors of #857cfe

#857cfe

Complementary Color

#857cfe #f5fe7c

#857cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#857cfe Color CSS Codes

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

#857cfe Text Font Color

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

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


#857cfe Background Color

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

This div background color is #857cfe


#857cfe Border Color

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

This div border color is #857cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.