Color Hex Logo

#849ceb Color Hex

#849CEB
(132,156,235)
0 Favorites   0 Comments

Color spaces of #849ceb

RGB 132156235
HSL0.630.720.72
HSV226°44°92°
CMYK 0.440.340.00   0.08
XYZ36.399634.680683.3728
Yxy34.68060.23570.2245
Hunter Lab58.89027.2716-42.7156
CIE-Lab65.499211.8073-42.4561

#849ceb color RGB value is (132,156,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011100 11101011
Octal 204 234 353
Decimal 132 156 235
Hex 84 9C EB

RGB Percentages of Color #849ceb

%25.24
%29.83
%44.93

CMYK Percentages of Color #849ceb

%44
%34
%0
%8

Triadic Colors of #849ceb

#849ceb #eb849c #9ceb84

Analogous Colors of #849ceb

#849ceb #a084eb #84d0eb

Monochromatic Colors of #849ceb

#849ceb

Complementary Color

#849ceb #ebd384

#849ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#849ceb Color CSS Codes

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

#849ceb Text Font Color

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

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


#849ceb Background Color

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

This div background color is #849ceb


#849ceb Border Color

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

This div border color is #849ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849ceb


Comments

No comments written yet.

Please login to write comment.