Color Hex Logo

#857cfb Color Hex

#857CFB
(133,124,251)
0 Favorites   0 Comments

Color spaces of #857cfb

RGB 133124251
HSL0.680.940.74
HSV244°51°98°
CMYK 0.470.510.00   0.02
XYZ34.293126.366994.5487
Yxy26.36690.22090.1699
Hunter Lab51.348729.3505-73.2270
CIE-Lab58.383735.3338-62.5596

#857cfb color RGB value is (133,124,251).

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

The process color (four color CMYK) of #857cfb color hex is 0.47, 0.51, 0.00, 0.02. Web safe color of #857cfb is #9966ff. Color #857cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111100 11111011
Octal 205 174 373
Decimal 133 124 251
Hex 85 7C FB

RGB Percentages of Color #857cfb

%26.18
%24.41
%49.41

CMYK Percentages of Color #857cfb

%47
%51
%0
%2

Triadic Colors of #857cfb

#857cfb #fb857c #7cfb85

Analogous Colors of #857cfb

#857cfb #c57cfb #7cb3fb

Monochromatic Colors of #857cfb

#857cfb

Complementary Color

#857cfb #f2fb7c

#857cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#857cfb Color CSS Codes

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

#857cfb Text Font Color

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

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


#857cfb Background Color

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

This div background color is #857cfb


#857cfb Border Color

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

This div border color is #857cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857cfb


Comments

No comments written yet.

Please login to write comment.