Color Hex Logo

#848fdc Color Hex

#848FDC
(132,143,220)
0 Favorites   0 Comments

Color spaces of #848fdc

RGB 132143220
HSL0.650.560.69
HSV233°40°86°
CMYK 0.400.350.00   0.14
XYZ32.256429.717871.7461
Yxy29.71780.24120.2222
Hunter Lab54.514010.2203-39.8719
CIE-Lab61.410015.0984-40.5720

#848fdc color RGB value is (132,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001111 11011100
Octal 204 217 334
Decimal 132 143 220
Hex 84 8F DC

RGB Percentages of Color #848fdc

%26.67
%28.89
%44.44

CMYK Percentages of Color #848fdc

%40
%35
%0
%14

Triadic Colors of #848fdc

#848fdc #dc848f #8fdc84

Analogous Colors of #848fdc

#848fdc #a584dc #84bbdc

Monochromatic Colors of #848fdc

#848fdc

Complementary Color

#848fdc #dcd184

#848fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#848fdc Color CSS Codes

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

#848fdc Text Font Color

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

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


#848fdc Background Color

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

This div background color is #848fdc


#848fdc Border Color

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

This div border color is #848fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848fdc


Comments

No comments written yet.

Please login to write comment.