Color Hex Logo

#848cbb Color Hex

#848CBB
(132,140,187)
0 Favorites   0 Comments

Color spaces of #848cbb

RGB 132140187
HSL0.640.290.63
HSV231°29°73°
CMYK 0.290.250.00   0.27
XYZ27.863427.249650.8048
Yxy27.24960.26310.2573
Hunter Lab52.20113.9259-21.1632
CIE-Lab59.20477.9928-25.4605

#848cbb color RGB value is (132,140,187).

#848cbb hex color red value is 132, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #848cbb hue: 0.64 , saturation: 0.29 and the lightness value of 848cbb is 0.63.

The process color (four color CMYK) of #848cbb color hex is 0.29, 0.25, 0.00, 0.27. Web safe color of #848cbb is #9999cc. Color #848cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001100 10111011
Octal 204 214 273
Decimal 132 140 187
Hex 84 8C BB

RGB Percentages of Color #848cbb

%28.76
%30.50
%40.74

CMYK Percentages of Color #848cbb

%29
%25
%0
%27

Triadic Colors of #848cbb

#848cbb #bb848c #8cbb84

Analogous Colors of #848cbb

#848cbb #9884bb #84a8bb

Monochromatic Colors of #848cbb

#848cbb

Complementary Color

#848cbb #bbb384

#848cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#848cbb Color CSS Codes

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

#848cbb Text Font Color

<p style="color:#848cbb">Text here</p>

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


#848cbb Background Color

<div style="background-color:#848cbb">
Div content here</div>

This div background color is #848cbb


#848cbb Border Color

<div style="border:3px solid #848cbb">
Div here</div>

This div border color is #848cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,140,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #848cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #848cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #848cbb;
  box-shadow:         1px 1px 3px 2px #848cbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,140,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848cbb


Comments

No comments written yet.

Please login to write comment.