Color Hex Logo

#848bcd Color Hex

#848BCD
(132,139,205)
0 Favorites   0 Comments

Color spaces of #848bcd

RGB 132139205
HSL0.650.420.66
HSV234°36°80°
CMYK 0.360.320.00   0.20
XYZ29.767827.778561.5505
Yxy27.77850.24990.2332
Hunter Lab52.70538.5820-32.3465
CIE-Lab59.688113.3101-34.8722

#848bcd color RGB value is (132,139,205).

#848bcd hex color red value is 132, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #848bcd hue: 0.65 , saturation: 0.42 and the lightness value of 848bcd is 0.66.

The process color (four color CMYK) of #848bcd color hex is 0.36, 0.32, 0.00, 0.20. Web safe color of #848bcd is #9999cc. Color #848bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001011 11001101
Octal 204 213 315
Decimal 132 139 205
Hex 84 8B CD

RGB Percentages of Color #848bcd

%27.73
%29.20
%43.07

CMYK Percentages of Color #848bcd

%36
%32
%0
%20

Triadic Colors of #848bcd

#848bcd #cd848b #8bcd84

Analogous Colors of #848bcd

#848bcd #a284cd #84b0cd

Monochromatic Colors of #848bcd

#848bcd

Complementary Color

#848bcd #cdc684

#848bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#848bcd Color CSS Codes

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

#848bcd Text Font Color

<p style="color:#848bcd">Text here</p>

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


#848bcd Background Color

<div style="background-color:#848bcd">
Div content here</div>

This div background color is #848bcd


#848bcd Border Color

<div style="border:3px solid #848bcd">
Div here</div>

This div border color is #848bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,139,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #848bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #848bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #848bcd;
  box-shadow:         1px 1px 3px 2px #848bcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848bcd


Comments

No comments written yet.

Please login to write comment.