Color Hex Logo

#848bad Color Hex

#848BAD
(132,139,173)
0 Favorites   0 Comments

Color spaces of #848bad

RGB 132139173
HSL0.640.200.60
HSV230°24°68°
CMYK 0.240.200.00   0.32
XYZ26.291226.387943.2428
Yxy26.38790.27410.2751
Hunter Lab51.36921.4619-13.9522
CIE-Lab58.40345.0778-18.7286

#848bad color RGB value is (132,139,173).

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

The process color (four color CMYK) of #848bad color hex is 0.24, 0.20, 0.00, 0.32. Web safe color of #848bad is #999999. Color #848bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001011 10101101
Octal 204 213 255
Decimal 132 139 173
Hex 84 8B AD

RGB Percentages of Color #848bad

%29.73
%31.31
%38.96

CMYK Percentages of Color #848bad

%24
%20
%0
%32

Triadic Colors of #848bad

#848bad #ad848b #8bad84

Analogous Colors of #848bad

#848bad #9284ad #84a0ad

Monochromatic Colors of #848bad

#848bad

Complementary Color

#848bad #ada684

#848bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#848bad Color CSS Codes

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

#848bad Text Font Color

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

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


#848bad Background Color

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

This div background color is #848bad


#848bad Border Color

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

This div border color is #848bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848bad


Comments

No comments written yet.

Please login to write comment.