Color Hex Logo

#848ceb Color Hex

#848CEB
(132,140,235)
0 Favorites   0 Comments

Color spaces of #848ceb

RGB 132140235
HSL0.650.720.72
HSV235°44°92°
CMYK 0.440.400.00   0.08
XYZ33.889229.659982.5360
Yxy29.65990.23200.2030
Hunter Lab54.460915.7680-51.7319
CIE-Lab61.359721.1033-48.9791

#848ceb color RGB value is (132,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001100 11101011
Octal 204 214 353
Decimal 132 140 235
Hex 84 8C EB

RGB Percentages of Color #848ceb

%26.04
%27.61
%46.35

CMYK Percentages of Color #848ceb

%44
%40
%0
%8

Triadic Colors of #848ceb

#848ceb #eb848c #8ceb84

Analogous Colors of #848ceb

#848ceb #b084eb #84c0eb

Monochromatic Colors of #848ceb

#848ceb

Complementary Color

#848ceb #ebe384

#848ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#848ceb Color CSS Codes

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

#848ceb Text Font Color

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

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


#848ceb Background Color

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

This div background color is #848ceb


#848ceb Border Color

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

This div border color is #848ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848ceb


Comments

No comments written yet.

Please login to write comment.