Color Hex Logo

#849ecf Color Hex

#849ECF
(132,158,207)
0 Favorites   0 Comments

Color spaces of #849ecf

RGB 132158207
HSL0.610.440.66
HSV219°36°81°
CMYK 0.360.240.00   0.19
XYZ33.005133.864263.8284
Yxy33.86420.25250.2591
Hunter Lab58.1930-0.5984-24.2966
CIE-Lab64.85462.9284-27.9797

#849ecf color RGB value is (132,158,207).

#849ecf hex color red value is 132, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #849ecf hue: 0.61 , saturation: 0.44 and the lightness value of 849ecf is 0.66.

The process color (four color CMYK) of #849ecf color hex is 0.36, 0.24, 0.00, 0.19. Web safe color of #849ecf is #9999cc. Color #849ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011110 11001111
Octal 204 236 317
Decimal 132 158 207
Hex 84 9E CF

RGB Percentages of Color #849ecf

%26.56
%31.79
%41.65

CMYK Percentages of Color #849ecf

%36
%24
%0
%19

Triadic Colors of #849ecf

#849ecf #cf849e #9ecf84

Analogous Colors of #849ecf

#849ecf #9084cf #84c4cf

Monochromatic Colors of #849ecf

#849ecf

Complementary Color

#849ecf #cfb584

#849ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#849ecf Color CSS Codes

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

#849ecf Text Font Color

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

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


#849ecf Background Color

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

This div background color is #849ecf


#849ecf Border Color

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

This div border color is #849ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849ecf


Comments

No comments written yet.

Please login to write comment.