Color Hex Logo

#848deb Color Hex

#848DEB
(132,141,235)
0 Favorites   0 Comments

Color spaces of #848deb

RGB 132141235
HSL0.650.720.72
HSV235°44°92°
CMYK 0.440.400.00   0.08
XYZ34.036029.953482.5850
Yxy29.95340.23220.2044
Hunter Lab54.729715.2309-51.1555
CIE-Lab61.614020.5183-48.5767

#848deb color RGB value is (132,141,235).

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

The process color (four color CMYK) of #848deb color hex is 0.44, 0.40, 0.00, 0.08. Web safe color of #848deb is #9999ff. Color #848deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001101 11101011
Octal 204 215 353
Decimal 132 141 235
Hex 84 8D EB

RGB Percentages of Color #848deb

%25.98
%27.76
%46.26

CMYK Percentages of Color #848deb

%44
%40
%0
%8

Triadic Colors of #848deb

#848deb #eb848d #8deb84

Analogous Colors of #848deb

#848deb #af84eb #84c1eb

Monochromatic Colors of #848deb

#848deb

Complementary Color

#848deb #ebe284

#848deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#848deb Color CSS Codes

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

#848deb Text Font Color

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

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


#848deb Background Color

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

This div background color is #848deb


#848deb Border Color

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

This div border color is #848deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848deb


Comments

No comments written yet.

Please login to write comment.