Color Hex Logo

#857abf Color Hex

#857ABF
(133,122,191)
0 Favorites   0 Comments

Color spaces of #857abf

RGB 133122191
HSL0.690.350.61
HSV250°36°75°
CMYK 0.300.360.00   0.25
XYZ26.036422.667252.2932
Yxy22.66720.25780.2244
Hunter Lab47.610114.2982-31.7949
CIE-Lab54.727919.8648-34.6794

#857abf color RGB value is (133,122,191).

#857abf hex color red value is 133, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #857abf hue: 0.69 , saturation: 0.35 and the lightness value of 857abf is 0.61.

The process color (four color CMYK) of #857abf color hex is 0.30, 0.36, 0.00, 0.25. Web safe color of #857abf is #9966cc. Color #857abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111010 10111111
Octal 205 172 277
Decimal 133 122 191
Hex 85 7A BF

RGB Percentages of Color #857abf

%29.82
%27.35
%42.83

CMYK Percentages of Color #857abf

%30
%36
%0
%25

Triadic Colors of #857abf

#857abf #bf857a #7abf85

Analogous Colors of #857abf

#857abf #a87abf #7a92bf

Monochromatic Colors of #857abf

#857abf

Complementary Color

#857abf #b4bf7a

#857abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#857abf Color CSS Codes

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

#857abf Text Font Color

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

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


#857abf Background Color

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

This div background color is #857abf


#857abf Border Color

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

This div border color is #857abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857abf


Comments

No comments written yet.

Please login to write comment.