Color Hex Logo

#857bcc Color Hex

#857BCC
(133,123,204)
0 Favorites   0 Comments

Color spaces of #857bcc

RGB 133123204
HSL0.690.440.64
HSV247°40°80°
CMYK 0.350.400.00   0.20
XYZ27.654923.512160.2075
Yxy23.51210.24830.2111
Hunter Lab48.489316.9477-39.6759
CIE-Lab55.596022.7169-40.7160

#857bcc color RGB value is (133,123,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111011 11001100
Octal 205 173 314
Decimal 133 123 204
Hex 85 7B CC

RGB Percentages of Color #857bcc

%28.91
%26.74
%44.35

CMYK Percentages of Color #857bcc

%35
%40
%0
%20

Triadic Colors of #857bcc

#857bcc #cc857b #7bcc85

Analogous Colors of #857bcc

#857bcc #ae7bcc #7b9acc

Monochromatic Colors of #857bcc

#857bcc

Complementary Color

#857bcc #c2cc7b

#857bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#857bcc Color CSS Codes

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

#857bcc Text Font Color

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

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


#857bcc Background Color

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

This div background color is #857bcc


#857bcc Border Color

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

This div border color is #857bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857bcc


Comments

No comments written yet.

Please login to write comment.