Color Hex Logo

#848fb9 Color Hex

#848FB9
(132,143,185)
0 Favorites   0 Comments

Color spaces of #848fb9

RGB 132143185
HSL0.630.270.62
HSV228°29°73°
CMYK 0.290.230.00   0.27
XYZ28.095128.053249.8330
Yxy28.05320.26510.2647
Hunter Lab52.96531.9950-18.7080
CIE-Lab59.93685.7552-23.2028

#848fb9 color RGB value is (132,143,185).

#848fb9 hex color red value is 132, green value is 143 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #848fb9 hue: 0.63 , saturation: 0.27 and the lightness value of 848fb9 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001111 10111001
Octal 204 217 271
Decimal 132 143 185
Hex 84 8F B9

RGB Percentages of Color #848fb9

%28.70
%31.09
%40.22

CMYK Percentages of Color #848fb9

%29
%23
%0
%27

Triadic Colors of #848fb9

#848fb9 #b9848f #8fb984

Analogous Colors of #848fb9

#848fb9 #9484b9 #84aab9

Monochromatic Colors of #848fb9

#848fb9

Complementary Color

#848fb9 #b9ae84

#848fb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848fb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848fb9 Color CSS Codes

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

#848fb9 Text Font Color

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

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


#848fb9 Background Color

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

This div background color is #848fb9


#848fb9 Border Color

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

This div border color is #848fb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848fb9


Comments

No comments written yet.

Please login to write comment.