Color Hex Logo

#849fed Color Hex

#849FED
(132,159,237)
0 Favorites   0 Comments

Color spaces of #849fed

RGB 132159237
HSL0.620.740.72
HSV225°44°93°
CMYK 0.440.330.00   0.07
XYZ37.199935.816285.0733
Yxy35.81620.23530.2266
Hunter Lab59.84666.2217-42.3894
CIE-Lab66.379210.6559-42.1745

#849fed color RGB value is (132,159,237).

#849fed hex color red value is 132, green value is 159 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #849fed hue: 0.62 , saturation: 0.74 and the lightness value of 849fed is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011111 11101101
Octal 204 237 355
Decimal 132 159 237
Hex 84 9F ED

RGB Percentages of Color #849fed

%25.00
%30.11
%44.89

CMYK Percentages of Color #849fed

%44
%33
%0
%7

Triadic Colors of #849fed

#849fed #ed849f #9fed84

Analogous Colors of #849fed

#849fed #9e84ed #84d4ed

Monochromatic Colors of #849fed

#849fed

Complementary Color

#849fed #edd284

#849fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#849fed Color CSS Codes

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

#849fed Text Font Color

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

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


#849fed Background Color

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

This div background color is #849fed


#849fed Border Color

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

This div border color is #849fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849fed


Comments

No comments written yet.

Please login to write comment.