Color Hex Logo

#848bab Color Hex

#848BAB
(132,139,171)
0 Favorites   0 Comments

Color spaces of #848bab

RGB 132139171
HSL0.640.190.59
HSV229°23°67°
CMYK 0.230.190.00   0.33
XYZ26.099026.311042.2311
Yxy26.31100.27580.2780
Hunter Lab51.29421.0576-12.9081
CIE-Lab58.33114.5938-17.6978

#848bab color RGB value is (132,139,171).

#848bab hex color red value is 132, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #848bab hue: 0.64 , saturation: 0.19 and the lightness value of 848bab is 0.59.

The process color (four color CMYK) of #848bab color hex is 0.23, 0.19, 0.00, 0.33. Web safe color of #848bab is #999999. Color #848bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001011 10101011
Octal 204 213 253
Decimal 132 139 171
Hex 84 8B AB

RGB Percentages of Color #848bab

%29.86
%31.45
%38.69

CMYK Percentages of Color #848bab

%23
%19
%0
%33

Triadic Colors of #848bab

#848bab #ab848b #8bab84

Analogous Colors of #848bab

#848bab #9184ab #849fab

Monochromatic Colors of #848bab

#848bab

Complementary Color

#848bab #aba484

#848bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#848bab Color CSS Codes

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

#848bab Text Font Color

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

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


#848bab Background Color

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

This div background color is #848bab


#848bab Border Color

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

This div border color is #848bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848bab


Comments

No comments written yet.

Please login to write comment.