Color Hex Logo

#848ccf Color Hex

#848CCF
(132,140,207)
2 Favorites   0 Comments

Color spaces of #848ccf

RGB 132140207
HSL0.650.440.66
HSV234°36°81°
CMYK 0.360.320.00   0.19
XYZ30.156328.166762.8788
Yxy28.16670.24880.2324
Hunter Lab53.07238.5492-33.0948
CIE-Lab60.039013.2681-35.4482

#848ccf color RGB value is (132,140,207).

#848ccf hex color red value is 132, green value is 140 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #848ccf hue: 0.65 , saturation: 0.44 and the lightness value of 848ccf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001100 11001111
Octal 204 214 317
Decimal 132 140 207
Hex 84 8C CF

RGB Percentages of Color #848ccf

%27.56
%29.23
%43.22

CMYK Percentages of Color #848ccf

%36
%32
%0
%19

Triadic Colors of #848ccf

#848ccf #cf848c #8ccf84

Analogous Colors of #848ccf

#848ccf #a284cf #84b2cf

Monochromatic Colors of #848ccf

#848ccf

Complementary Color

#848ccf #cfc784

#848ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#848ccf Color CSS Codes

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

#848ccf Text Font Color

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

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


#848ccf Background Color

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

This div background color is #848ccf


#848ccf Border Color

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

This div border color is #848ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848ccf


Comments

No comments written yet.

Please login to write comment.