Color Hex Logo

#848fcd Color Hex

#848FCD
(132,143,205)
0 Favorites   0 Comments

Color spaces of #848fcd

RGB 132143205
HSL0.640.420.66
HSV231°36°80°
CMYK 0.360.300.00   0.20
XYZ30.357628.958261.7471
Yxy28.95820.25080.2392
Hunter Lab53.81286.5253-30.3629
CIE-Lab60.744710.9836-33.2263

#848fcd color RGB value is (132,143,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001111 11001101
Octal 204 217 315
Decimal 132 143 205
Hex 84 8F CD

RGB Percentages of Color #848fcd

%27.50
%29.79
%42.71

CMYK Percentages of Color #848fcd

%36
%30
%0
%20

Triadic Colors of #848fcd

#848fcd #cd848f #8fcd84

Analogous Colors of #848fcd

#848fcd #9e84cd #84b4cd

Monochromatic Colors of #848fcd

#848fcd

Complementary Color

#848fcd #cdc284

#848fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#848fcd Color CSS Codes

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

#848fcd Text Font Color

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

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


#848fcd Background Color

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

This div background color is #848fcd


#848fcd Border Color

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

This div border color is #848fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,143,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 #848fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848fcd


Comments

No comments written yet.

Please login to write comment.