Color Hex Logo

#848dba Color Hex

#848DBA
(132,141,186)
0 Favorites   0 Comments

Color spaces of #848dba

RGB 132141186
HSL0.640.280.62
HSV230°29°73°
CMYK 0.290.240.00   0.27
XYZ27.903527.500550.2918
Yxy27.50050.26400.2602
Hunter Lab52.44093.2072-20.1516
CIE-Lab59.43487.1602-24.5399

#848dba color RGB value is (132,141,186).

#848dba hex color red value is 132, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #848dba hue: 0.64 , saturation: 0.28 and the lightness value of 848dba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001101 10111010
Octal 204 215 272
Decimal 132 141 186
Hex 84 8D BA

RGB Percentages of Color #848dba

%28.76
%30.72
%40.52

CMYK Percentages of Color #848dba

%29
%24
%0
%27

Triadic Colors of #848dba

#848dba #ba848d #8dba84

Analogous Colors of #848dba

#848dba #9684ba #84a8ba

Monochromatic Colors of #848dba

#848dba

Complementary Color

#848dba #bab184

#848dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#848dba Color CSS Codes

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

#848dba Text Font Color

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

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


#848dba Background Color

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

This div background color is #848dba


#848dba Border Color

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

This div border color is #848dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848dba


Comments

No comments written yet.

Please login to write comment.