Color Hex Logo

#857cfa Color Hex

#857CFA
(133,124,250)
0 Favorites   0 Comments

Color spaces of #857cfa

RGB 133124250
HSL0.680.930.73
HSV244°50°98°
CMYK 0.470.500.00   0.02
XYZ34.135826.304093.7205
Yxy26.30400.22140.1706
Hunter Lab51.287429.0527-72.4429
CIE-Lab58.324535.0439-62.1029

#857cfa color RGB value is (133,124,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111100 11111010
Octal 205 174 372
Decimal 133 124 250
Hex 85 7C FA

RGB Percentages of Color #857cfa

%26.23
%24.46
%49.31

CMYK Percentages of Color #857cfa

%47
%50
%0
%2

Triadic Colors of #857cfa

#857cfa #fa857c #7cfa85

Analogous Colors of #857cfa

#857cfa #c47cfa #7cb2fa

Monochromatic Colors of #857cfa

#857cfa

Complementary Color

#857cfa #f1fa7c

#857cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#857cfa Color CSS Codes

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

#857cfa Text Font Color

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

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


#857cfa Background Color

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

This div background color is #857cfa


#857cfa Border Color

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

This div border color is #857cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857cfa


Comments

No comments written yet.

Please login to write comment.