Color Hex Logo

#849ac7 Color Hex

#849AC7
(132,154,199)
0 Favorites   0 Comments

Color spaces of #849ac7

RGB 132154199
HSL0.610.370.65
HSV220°34°78°
CMYK 0.340.230.00   0.22
XYZ31.380132.140358.5826
Yxy32.14030.25700.2632
Hunter Lab56.6924-0.4093-21.5821
CIE-Lab63.45873.0805-25.6693

#849ac7 color RGB value is (132,154,199).

#849ac7 hex color red value is 132, green value is 154 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #849ac7 hue: 0.61 , saturation: 0.37 and the lightness value of 849ac7 is 0.65.

The process color (four color CMYK) of #849ac7 color hex is 0.34, 0.23, 0.00, 0.22. Web safe color of #849ac7 is #9999cc. Color #849ac7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011010 11000111
Octal 204 232 307
Decimal 132 154 199
Hex 84 9A C7

RGB Percentages of Color #849ac7

%27.22
%31.75
%41.03

CMYK Percentages of Color #849ac7

%34
%23
%0
%22

Triadic Colors of #849ac7

#849ac7 #c7849a #9ac784

Analogous Colors of #849ac7

#849ac7 #9084c7 #84bcc7

Monochromatic Colors of #849ac7

#849ac7

Complementary Color

#849ac7 #c7b184

#849ac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849ac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849ac7 Color CSS Codes

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

#849ac7 Text Font Color

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

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


#849ac7 Background Color

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

This div background color is #849ac7


#849ac7 Border Color

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

This div border color is #849ac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849ac7


Comments

No comments written yet.

Please login to write comment.