Color Hex Logo

#848ead Color Hex

#848EAD
(132,142,173)
0 Favorites   0 Comments

Color spaces of #848ead

RGB 132142173
HSL0.630.200.60
HSV225°24°68°
CMYK 0.240.180.00   0.32
XYZ26.731527.268743.3896
Yxy27.26870.27450.2800
Hunter Lab52.2194-0.0086-12.7110
CIE-Lab59.22223.3571-17.4830

#848ead color RGB value is (132,142,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001110 10101101
Octal 204 216 255
Decimal 132 142 173
Hex 84 8E AD

RGB Percentages of Color #848ead

%29.53
%31.77
%38.70

CMYK Percentages of Color #848ead

%24
%18
%0
%32

Triadic Colors of #848ead

#848ead #ad848e #8ead84

Analogous Colors of #848ead

#848ead #8f84ad #84a3ad

Monochromatic Colors of #848ead

#848ead

Complementary Color

#848ead #ada384

#848ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#848ead Color CSS Codes

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

#848ead Text Font Color

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

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


#848ead Background Color

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

This div background color is #848ead


#848ead Border Color

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

This div border color is #848ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848ead


Comments

No comments written yet.

Please login to write comment.