Color Hex Logo

#848dda Color Hex

#848DDA
(132,141,218)
0 Favorites   0 Comments

Color spaces of #848dda

RGB 132141218
HSL0.650.540.69
HSV234°39°85°
CMYK 0.390.350.00   0.15
XYZ31.695529.017270.2600
Yxy29.01720.24200.2216
Hunter Lab53.867610.7604-39.6251
CIE-Lab60.796815.7079-40.4191

#848dda color RGB value is (132,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001101 11011010
Octal 204 215 332
Decimal 132 141 218
Hex 84 8D DA

RGB Percentages of Color #848dda

%26.88
%28.72
%44.40

CMYK Percentages of Color #848dda

%39
%35
%0
%15

Triadic Colors of #848dda

#848dda #da848d #8dda84

Analogous Colors of #848dda

#848dda #a684da #84b8da

Monochromatic Colors of #848dda

#848dda

Complementary Color

#848dda #dad184

#848dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#848dda Color CSS Codes

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

#848dda Text Font Color

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

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


#848dda Background Color

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

This div background color is #848dda


#848dda Border Color

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

This div border color is #848dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848dda


Comments

No comments written yet.

Please login to write comment.