Color Hex Logo

#848ada Color Hex

#848ADA
(132,138,218)
0 Favorites   0 Comments

Color spaces of #848ada

RGB 132138218
HSL0.660.540.69
HSV236°39°85°
CMYK 0.390.370.00   0.15
XYZ31.259128.144470.1146
Yxy28.14440.24130.2173
Hunter Lab53.051312.3367-41.2240
CIE-Lab60.019017.4620-41.6409

#848ada color RGB value is (132,138,218).

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

The process color (four color CMYK) of #848ada color hex is 0.39, 0.37, 0.00, 0.15. Web safe color of #848ada is #9999cc. Color #848ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001010 11011010
Octal 204 212 332
Decimal 132 138 218
Hex 84 8A DA

RGB Percentages of Color #848ada

%27.05
%28.28
%44.67

CMYK Percentages of Color #848ada

%39
%37
%0
%15

Triadic Colors of #848ada

#848ada #da848a #8ada84

Analogous Colors of #848ada

#848ada #a984da #84b5da

Monochromatic Colors of #848ada

#848ada

Complementary Color

#848ada #dad484

#848ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#848ada Color CSS Codes

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

#848ada Text Font Color

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

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


#848ada Background Color

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

This div background color is #848ada


#848ada Border Color

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

This div border color is #848ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848ada


Comments

No comments written yet.

Please login to write comment.