Color Hex Logo

#848adc Color Hex

#848ADC
(132,138,220)
0 Favorites   0 Comments

Color spaces of #848adc

RGB 132138220
HSL0.660.560.69
HSV236°40°86°
CMYK 0.400.370.00   0.14
XYZ31.522528.249871.5015
Yxy28.24980.24010.2152
Hunter Lab53.150512.8513-42.5553
CIE-Lab60.113718.0202-42.6089

#848adc color RGB value is (132,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001010 11011100
Octal 204 212 334
Decimal 132 138 220
Hex 84 8A DC

RGB Percentages of Color #848adc

%26.94
%28.16
%44.90

CMYK Percentages of Color #848adc

%40
%37
%0
%14

Triadic Colors of #848adc

#848adc #dc848a #8adc84

Analogous Colors of #848adc

#848adc #aa84dc #84b6dc

Monochromatic Colors of #848adc

#848adc

Complementary Color

#848adc #dcd684

#848adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#848adc Color CSS Codes

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

#848adc Text Font Color

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

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


#848adc Background Color

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

This div background color is #848adc


#848adc Border Color

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

This div border color is #848adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,138,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 #848adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848adc


Comments

No comments written yet.

Please login to write comment.