Color Hex Logo

#848eda Color Hex

#848EDA
(132,142,218)
0 Favorites   0 Comments

Color spaces of #848eda

RGB 132142218
HSL0.650.540.69
HSV233°39°85°
CMYK 0.390.350.00   0.15
XYZ31.843629.313570.3094
Yxy29.31350.24220.2230
Hunter Lab54.141910.2364-39.0954
CIE-Lab61.057315.1243-40.0105

#848eda color RGB value is (132,142,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001110 11011010
Octal 204 216 332
Decimal 132 142 218
Hex 84 8E DA

RGB Percentages of Color #848eda

%26.83
%28.86
%44.31

CMYK Percentages of Color #848eda

%39
%35
%0
%15

Triadic Colors of #848eda

#848eda #da848e #8eda84

Analogous Colors of #848eda

#848eda #a584da #84b9da

Monochromatic Colors of #848eda

#848eda

Complementary Color

#848eda #dad084

#848eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#848eda Color CSS Codes

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

#848eda Text Font Color

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

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


#848eda Background Color

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

This div background color is #848eda


#848eda Border Color

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

This div border color is #848eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848eda


Comments

No comments written yet.

Please login to write comment.