Color Hex Logo

#848edc Color Hex

#848EDC
(132,142,220)
0 Favorites   0 Comments

Color spaces of #848edc

RGB 132142220
HSL0.650.560.69
HSV233°40°86°
CMYK 0.400.350.00   0.14
XYZ32.107029.418871.6963
Yxy29.41880.24100.2208
Hunter Lab54.239110.7452-40.4055
CIE-Lab61.149515.6819-40.9808

#848edc color RGB value is (132,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001110 11011100
Octal 204 216 334
Decimal 132 142 220
Hex 84 8E DC

RGB Percentages of Color #848edc

%26.72
%28.74
%44.53

CMYK Percentages of Color #848edc

%40
%35
%0
%14

Triadic Colors of #848edc

#848edc #dc848e #8edc84

Analogous Colors of #848edc

#848edc #a684dc #84badc

Monochromatic Colors of #848edc

#848edc

Complementary Color

#848edc #dcd284

#848edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#848edc Color CSS Codes

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

#848edc Text Font Color

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

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


#848edc Background Color

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

This div background color is #848edc


#848edc Border Color

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

This div border color is #848edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848edc


Comments

No comments written yet.

Please login to write comment.