Color Hex Logo

#848fcf Color Hex

#848FCF
(132,143,207)
0 Favorites   0 Comments

Color spaces of #848fcf

RGB 132143207
HSL0.640.440.66
HSV231°36°81°
CMYK 0.360.310.00   0.19
XYZ30.600729.055463.0269
Yxy29.05540.24940.2368
Hunter Lab53.90317.0039-31.5935
CIE-Lab60.830511.5237-34.2143

#848fcf color RGB value is (132,143,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001111 11001111
Octal 204 217 317
Decimal 132 143 207
Hex 84 8F CF

RGB Percentages of Color #848fcf

%27.39
%29.67
%42.95

CMYK Percentages of Color #848fcf

%36
%31
%0
%19

Triadic Colors of #848fcf

#848fcf #cf848f #8fcf84

Analogous Colors of #848fcf

#848fcf #9f84cf #84b5cf

Monochromatic Colors of #848fcf

#848fcf

Complementary Color

#848fcf #cfc484

#848fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#848fcf Color CSS Codes

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

#848fcf Text Font Color

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

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


#848fcf Background Color

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

This div background color is #848fcf


#848fcf Border Color

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

This div border color is #848fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848fcf


Comments

No comments written yet.

Please login to write comment.