Color Hex Logo

#848cbd Color Hex

#848CBD
(132,140,189)
0 Favorites   0 Comments

Color spaces of #848cbd

RGB 132140189
HSL0.640.300.63
HSV232°30°74°
CMYK 0.300.260.00   0.26
XYZ28.079127.335851.9405
Yxy27.33580.26160.2546
Hunter Lab52.28364.3676-22.3023
CIE-Lab59.28398.5062-26.4713

#848cbd color RGB value is (132,140,189).

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

The process color (four color CMYK) of #848cbd color hex is 0.30, 0.26, 0.00, 0.26. Web safe color of #848cbd is #9999cc. Color #848cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001100 10111101
Octal 204 214 275
Decimal 132 140 189
Hex 84 8C BD

RGB Percentages of Color #848cbd

%28.63
%30.37
%41.00

CMYK Percentages of Color #848cbd

%30
%26
%0
%26

Triadic Colors of #848cbd

#848cbd #bd848c #8cbd84

Analogous Colors of #848cbd

#848cbd #9984bd #84a9bd

Monochromatic Colors of #848cbd

#848cbd

Complementary Color

#848cbd #bdb584

#848cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#848cbd Color CSS Codes

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

#848cbd Text Font Color

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

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


#848cbd Background Color

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

This div background color is #848cbd


#848cbd Border Color

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

This div border color is #848cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848cbd


Comments

No comments written yet.

Please login to write comment.