Color Hex Logo

#848eef Color Hex

#848EEF
(132,142,239)
1 Favorites   0 Comments

Color spaces of #848eef

RGB 132142239
HSL0.650.770.73
HSV234°45°94°
CMYK 0.450.410.00   0.06
XYZ34.768730.483585.7128
Yxy30.48350.23030.2019
Hunter Lab55.211915.7865-53.3955
CIE-Lab62.069221.0860-50.0661

#848eef color RGB value is (132,142,239).

#848eef hex color red value is 132, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #848eef hue: 0.65 , saturation: 0.77 and the lightness value of 848eef is 0.73.

The process color (four color CMYK) of #848eef color hex is 0.45, 0.41, 0.00, 0.06. Web safe color of #848eef is #9999ff. Color #848eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001110 11101111
Octal 204 216 357
Decimal 132 142 239
Hex 84 8E EF

RGB Percentages of Color #848eef

%25.73
%27.68
%46.59

CMYK Percentages of Color #848eef

%45
%41
%0
%6

Triadic Colors of #848eef

#848eef #ef848e #8eef84

Analogous Colors of #848eef

#848eef #b084ef #84c4ef

Monochromatic Colors of #848eef

#848eef

Complementary Color

#848eef #efe584

#848eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#848eef Color CSS Codes

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

#848eef Text Font Color

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

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


#848eef Background Color

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

This div background color is #848eef


#848eef Border Color

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

This div border color is #848eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848eef


Comments

No comments written yet.

Please login to write comment.