Color Hex Logo

#849dbc Color Hex

#849DBC
(132,157,188)
0 Favorites   0 Comments

Color spaces of #849dbc

RGB 132157188
HSL0.590.290.63
HSV213°30°74°
CMYK 0.300.160.00   0.26
XYZ30.649832.650352.2637
Yxy32.65030.26520.2825
Hunter Lab57.1404-4.2494-14.2315
CIE-Lab63.8767-1.4235-18.8760

#849dbc color RGB value is (132,157,188).

#849dbc hex color red value is 132, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #849dbc hue: 0.59 , saturation: 0.29 and the lightness value of 849dbc is 0.63.

The process color (four color CMYK) of #849dbc color hex is 0.30, 0.16, 0.00, 0.26. Web safe color of #849dbc is #9999cc. Color #849dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011101 10111100
Octal 204 235 274
Decimal 132 157 188
Hex 84 9D BC

RGB Percentages of Color #849dbc

%27.67
%32.91
%39.41

CMYK Percentages of Color #849dbc

%30
%16
%0
%26

Triadic Colors of #849dbc

#849dbc #bc849d #9dbc84

Analogous Colors of #849dbc

#849dbc #8784bc #84b9bc

Monochromatic Colors of #849dbc

#849dbc

Complementary Color

#849dbc #bca384

#849dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#849dbc Color CSS Codes

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

#849dbc Text Font Color

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

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


#849dbc Background Color

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

This div background color is #849dbc


#849dbc Border Color

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

This div border color is #849dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849dbc


Comments

No comments written yet.

Please login to write comment.