Color Hex Logo

#849bea Color Hex

#849BEA
(132,155,234)
0 Favorites   0 Comments

Color spaces of #849bea

RGB 132155234
HSL0.630.710.72
HSV226°44°92°
CMYK 0.440.340.00   0.08
XYZ36.088334.288782.5582
Yxy34.28870.23600.2242
Hunter Lab58.55667.5353-42.6027
CIE-Lab65.191112.0974-42.3896

#849bea color RGB value is (132,155,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011011 11101010
Octal 204 233 352
Decimal 132 155 234
Hex 84 9B EA

RGB Percentages of Color #849bea

%25.34
%29.75
%44.91

CMYK Percentages of Color #849bea

%44
%34
%0
%8

Triadic Colors of #849bea

#849bea #ea849b #9bea84

Analogous Colors of #849bea

#849bea #a084ea #84ceea

Monochromatic Colors of #849bea

#849bea

Complementary Color

#849bea #ead384

#849bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#849bea Color CSS Codes

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

#849bea Text Font Color

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

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


#849bea Background Color

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

This div background color is #849bea


#849bea Border Color

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

This div border color is #849bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849bea


Comments

No comments written yet.

Please login to write comment.