Color Hex Logo

#848edd Color Hex

#848EDD
(132,142,221)
0 Favorites   0 Comments

Color spaces of #848edd

RGB 132142221
HSL0.650.570.69
HSV233°40°87°
CMYK 0.400.360.00   0.13
XYZ32.239929.472072.3961
Yxy29.47200.24040.2198
Hunter Lab54.288111.0010-41.0647
CIE-Lab61.196015.9614-41.4650

#848edd color RGB value is (132,142,221).

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

The process color (four color CMYK) of #848edd color hex is 0.40, 0.36, 0.00, 0.13. Web safe color of #848edd is #9999cc. Color #848edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001110 11011101
Octal 204 216 335
Decimal 132 142 221
Hex 84 8E DD

RGB Percentages of Color #848edd

%26.67
%28.69
%44.65

CMYK Percentages of Color #848edd

%40
%36
%0
%13

Triadic Colors of #848edd

#848edd #dd848e #8edd84

Analogous Colors of #848edd

#848edd #a784dd #84bbdd

Monochromatic Colors of #848edd

#848edd

Complementary Color

#848edd #ddd384

#848edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#848edd Color CSS Codes

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

#848edd Text Font Color

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

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


#848edd Background Color

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

This div background color is #848edd


#848edd Border Color

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

This div border color is #848edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848edd

#848edd Color Palettes


Comments

No comments written yet.

Please login to write comment.