Color Hex Logo

#849cbf Color Hex

#849CBF
(132,156,191)
0 Favorites   0 Comments

Color spaces of #849cbf

RGB 132156191
HSL0.600.320.63
HSV216°31°75°
CMYK 0.310.180.00   0.25
XYZ30.808232.444153.9288
Yxy32.44410.26290.2769
Hunter Lab56.9597-3.1330-16.2633
CIE-Lab63.7082-0.1075-20.8122

#849cbf color RGB value is (132,156,191).

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

The process color (four color CMYK) of #849cbf color hex is 0.31, 0.18, 0.00, 0.25. Web safe color of #849cbf is #9999cc. Color #849cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011100 10111111
Octal 204 234 277
Decimal 132 156 191
Hex 84 9C BF

RGB Percentages of Color #849cbf

%27.56
%32.57
%39.87

CMYK Percentages of Color #849cbf

%31
%18
%0
%25

Triadic Colors of #849cbf

#849cbf #bf849c #9cbf84

Analogous Colors of #849cbf

#849cbf #8a84bf #84babf

Monochromatic Colors of #849cbf

#849cbf

Complementary Color

#849cbf #bfa784

#849cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#849cbf Color CSS Codes

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

#849cbf Text Font Color

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

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


#849cbf Background Color

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

This div background color is #849cbf


#849cbf Border Color

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

This div border color is #849cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849cbf


Comments

No comments written yet.

Please login to write comment.