Color Hex Logo

#849cdc Color Hex

#849CDC
(132,156,220)
0 Favorites   0 Comments

Color spaces of #849cdc

RGB 132156220
HSL0.620.560.69
HSV224°40°86°
CMYK 0.400.290.00   0.14
XYZ34.322533.849872.4348
Yxy33.84980.24410.2407
Hunter Lab58.18063.4866-33.0896
CIE-Lab64.84327.5928-35.2078

#849cdc color RGB value is (132,156,220).

#849cdc hex color red value is 132, green value is 156 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #849cdc hue: 0.62 , saturation: 0.56 and the lightness value of 849cdc is 0.69.

The process color (four color CMYK) of #849cdc color hex is 0.40, 0.29, 0.00, 0.14. Web safe color of #849cdc is #9999cc. Color #849cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011100 11011100
Octal 204 234 334
Decimal 132 156 220
Hex 84 9C DC

RGB Percentages of Color #849cdc

%25.98
%30.71
%43.31

CMYK Percentages of Color #849cdc

%40
%29
%0
%14

Triadic Colors of #849cdc

#849cdc #dc849c #9cdc84

Analogous Colors of #849cdc

#849cdc #9884dc #84c8dc

Monochromatic Colors of #849cdc

#849cdc

Complementary Color

#849cdc #dcc484

#849cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#849cdc Color CSS Codes

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

#849cdc Text Font Color

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

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


#849cdc Background Color

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

This div background color is #849cdc


#849cdc Border Color

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

This div border color is #849cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849cdc


Comments

No comments written yet.

Please login to write comment.