Color Hex Logo

#848dad Color Hex

#848DAD
(132,141,173)
0 Favorites   0 Comments

Color spaces of #848dad

RGB 132141173
HSL0.630.200.60
HSV227°24°68°
CMYK 0.240.180.00   0.32
XYZ26.583426.972443.3403
Yxy26.97240.27430.2784
Hunter Lab51.93500.4807-13.1237
CIE-Lab58.94883.9296-17.8987

#848dad color RGB value is (132,141,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001101 10101101
Octal 204 215 255
Decimal 132 141 173
Hex 84 8D AD

RGB Percentages of Color #848dad

%29.60
%31.61
%38.79

CMYK Percentages of Color #848dad

%24
%18
%0
%32

Triadic Colors of #848dad

#848dad #ad848d #8dad84

Analogous Colors of #848dad

#848dad #9084ad #84a2ad

Monochromatic Colors of #848dad

#848dad

Complementary Color

#848dad #ada484

#848dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#848dad Color CSS Codes

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

#848dad Text Font Color

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

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


#848dad Background Color

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

This div background color is #848dad


#848dad Border Color

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

This div border color is #848dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,141,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 #848dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848dad


Comments

No comments written yet.

Please login to write comment.