Color Hex Logo

#849cea Color Hex

#849CEA
(132,156,234)
0 Favorites   0 Comments

Color spaces of #849cea

RGB 132156234
HSL0.630.710.72
HSV226°44°92°
CMYK 0.440.330.00   0.08
XYZ36.255534.623082.6139
Yxy34.62300.23620.2256
Hunter Lab58.84137.0118-42.0549
CIE-Lab65.454111.5221-41.9771

#849cea color RGB value is (132,156,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011100 11101010
Octal 204 234 352
Decimal 132 156 234
Hex 84 9C EA

RGB Percentages of Color #849cea

%25.29
%29.89
%44.83

CMYK Percentages of Color #849cea

%44
%33
%0
%8

Triadic Colors of #849cea

#849cea #ea849c #9cea84

Analogous Colors of #849cea

#849cea #9f84ea #84cfea

Monochromatic Colors of #849cea

#849cea

Complementary Color

#849cea #ead284

#849cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#849cea Color CSS Codes

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

#849cea Text Font Color

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

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


#849cea Background Color

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

This div background color is #849cea


#849cea Border Color

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

This div border color is #849cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849cea


Comments

No comments written yet.

Please login to write comment.