Color Hex Logo

#848dcd Color Hex

#848DCD
(132,141,205)
0 Favorites   0 Comments

Color spaces of #848dcd

RGB 132141205
HSL0.650.420.66
HSV233°36°80°
CMYK 0.360.310.00   0.20
XYZ30.060028.363161.6479
Yxy28.36310.25040.2362
Hunter Lab53.25707.5514-31.3515
CIE-Lab60.215412.1447-34.0503

#848dcd color RGB value is (132,141,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001101 11001101
Octal 204 215 315
Decimal 132 141 205
Hex 84 8D CD

RGB Percentages of Color #848dcd

%27.62
%29.50
%42.89

CMYK Percentages of Color #848dcd

%36
%31
%0
%20

Triadic Colors of #848dcd

#848dcd #cd848d #8dcd84

Analogous Colors of #848dcd

#848dcd #a084cd #84b2cd

Monochromatic Colors of #848dcd

#848dcd

Complementary Color

#848dcd #cdc484

#848dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#848dcd Color CSS Codes

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

#848dcd Text Font Color

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

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


#848dcd Background Color

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

This div background color is #848dcd


#848dcd Border Color

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

This div border color is #848dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848dcd


Comments

No comments written yet.

Please login to write comment.