Color Hex Logo

#857afb Color Hex

#857AFB
(133,122,251)
0 Favorites   0 Comments

Color spaces of #857afb

RGB 133122251
HSL0.680.940.73
HSV245°51°98°
CMYK 0.470.510.00   0.02
XYZ34.045025.870694.4660
Yxy25.87060.22050.1676
Hunter Lab50.863130.4676-74.5126
CIE-Lab57.914036.4977-63.3138

#857afb color RGB value is (133,122,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111010 11111011
Octal 205 172 373
Decimal 133 122 251
Hex 85 7A FB

RGB Percentages of Color #857afb

%26.28
%24.11
%49.60

CMYK Percentages of Color #857afb

%47
%51
%0
%2

Triadic Colors of #857afb

#857afb #fb857a #7afb85

Analogous Colors of #857afb

#857afb #c67afb #7ab0fb

Monochromatic Colors of #857afb

#857afb

Complementary Color

#857afb #f0fb7a

#857afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#857afb Color CSS Codes

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

#857afb Text Font Color

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

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


#857afb Background Color

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

This div background color is #857afb


#857afb Border Color

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

This div border color is #857afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,122,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 #857afb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857afb


Comments

No comments written yet.

Please login to write comment.