Color Hex Logo

#849eed Color Hex

#849EED
(132,158,237)
0 Favorites   0 Comments

Color spaces of #849eed

RGB 132158237
HSL0.630.740.72
HSV225°44°93°
CMYK 0.440.330.00   0.07
XYZ37.028635.473785.0162
Yxy35.47370.23510.2252
Hunter Lab59.55986.7446-42.9392
CIE-Lab66.115811.2291-42.5875

#849eed color RGB value is (132,158,237).

#849eed hex color red value is 132, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #849eed hue: 0.63 , saturation: 0.74 and the lightness value of 849eed is 0.72.

The process color (four color CMYK) of #849eed color hex is 0.44, 0.33, 0.00, 0.07. Web safe color of #849eed is #9999ff. Color #849eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011110 11101101
Octal 204 236 355
Decimal 132 158 237
Hex 84 9E ED

RGB Percentages of Color #849eed

%25.05
%29.98
%44.97

CMYK Percentages of Color #849eed

%44
%33
%0
%7

Triadic Colors of #849eed

#849eed #ed849e #9eed84

Analogous Colors of #849eed

#849eed #9f84ed #84d3ed

Monochromatic Colors of #849eed

#849eed

Complementary Color

#849eed #edd384

#849eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#849eed Color CSS Codes

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

#849eed Text Font Color

<p style="color:#849eed">Text here</p>

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


#849eed Background Color

<div style="background-color:#849eed">
Div content here</div>

This div background color is #849eed


#849eed Border Color

<div style="border:3px solid #849eed">
Div here</div>

This div border color is #849eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,158,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #849eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #849eed;
  -webkit-box-shadow: 1px 1px 3px 2px #849eed;
  box-shadow:         1px 1px 3px 2px #849eed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849eed


Comments

No comments written yet.

Please login to write comment.