Color Hex Logo

#848add Color Hex

#848ADD
(132,138,221)
0 Favorites   0 Comments

Color spaces of #848add

RGB 132138221
HSL0.660.570.69
HSV236°40°87°
CMYK 0.400.380.00   0.13
XYZ31.655328.302972.2012
Yxy28.30290.23950.2142
Hunter Lab53.200513.1101-43.2253
CIE-Lab60.161418.3001-43.0919

#848add color RGB value is (132,138,221).

#848add hex color red value is 132, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #848add hue: 0.66 , saturation: 0.57 and the lightness value of 848add is 0.69.

The process color (four color CMYK) of #848add color hex is 0.40, 0.38, 0.00, 0.13. Web safe color of #848add is #9999cc. Color #848add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001010 11011101
Octal 204 212 335
Decimal 132 138 221
Hex 84 8A DD

RGB Percentages of Color #848add

%26.88
%28.11
%45.01

CMYK Percentages of Color #848add

%40
%38
%0
%13

Triadic Colors of #848add

#848add #dd848a #8add84

Analogous Colors of #848add

#848add #ab84dd #84b7dd

Monochromatic Colors of #848add

#848add

Complementary Color

#848add #ddd784

#848add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848add Color Preview on White Background

Lorem ipsum dolor sit amet.

#848add Color CSS Codes

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

#848add Text Font Color

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

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


#848add Background Color

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

This div background color is #848add


#848add Border Color

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

This div border color is #848add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848add


Comments

No comments written yet.

Please login to write comment.