Color Hex Logo

#849fcc Color Hex

#849FCC
(132,159,204)
0 Favorites   0 Comments

Color spaces of #849fcc

RGB 132159204
HSL0.600.410.66
HSV218°35°80°
CMYK 0.350.220.00   0.20
XYZ32.812934.061461.9718
Yxy34.06140.25470.2644
Hunter Lab58.3621-1.7758-22.1035
CIE-Lab65.01131.5697-26.0707

#849fcc color RGB value is (132,159,204).

#849fcc hex color red value is 132, green value is 159 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #849fcc hue: 0.60 , saturation: 0.41 and the lightness value of 849fcc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011111 11001100
Octal 204 237 314
Decimal 132 159 204
Hex 84 9F CC

RGB Percentages of Color #849fcc

%26.67
%32.12
%41.21

CMYK Percentages of Color #849fcc

%35
%22
%0
%20

Triadic Colors of #849fcc

#849fcc #cc849f #9fcc84

Analogous Colors of #849fcc

#849fcc #8d84cc #84c3cc

Monochromatic Colors of #849fcc

#849fcc

Complementary Color

#849fcc #ccb184

#849fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#849fcc Color CSS Codes

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

#849fcc Text Font Color

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

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


#849fcc Background Color

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

This div background color is #849fcc


#849fcc Border Color

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

This div border color is #849fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849fcc


Comments

No comments written yet.

Please login to write comment.