Color Hex Logo

#857acb Color Hex

#857ACB
(133,122,203)
0 Favorites   0 Comments

Color spaces of #857acb

RGB 133122203
HSL0.690.440.64
HSV248°40°80°
CMYK 0.340.400.00   0.20
XYZ27.411923.217459.5366
Yxy23.21740.24880.2107
Hunter Lab48.184417.2250-39.5295
CIE-Lab55.295623.0384-40.6219

#857acb color RGB value is (133,122,203).

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

The process color (four color CMYK) of #857acb color hex is 0.34, 0.40, 0.00, 0.20. Web safe color of #857acb is #9966cc. Color #857acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111010 11001011
Octal 205 172 313
Decimal 133 122 203
Hex 85 7A CB

RGB Percentages of Color #857acb

%29.04
%26.64
%44.32

CMYK Percentages of Color #857acb

%34
%40
%0
%20

Triadic Colors of #857acb

#857acb #cb857a #7acb85

Analogous Colors of #857acb

#857acb #ae7acb #7a98cb

Monochromatic Colors of #857acb

#857acb

Complementary Color

#857acb #c0cb7a

#857acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#857acb Color CSS Codes

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

#857acb Text Font Color

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

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


#857acb Background Color

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

This div background color is #857acb


#857acb Border Color

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

This div border color is #857acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857acb


Comments

No comments written yet.

Please login to write comment.