Color Hex Logo

#848acf Color Hex

#848ACF
(132,138,207)
0 Favorites   0 Comments

Color spaces of #848acf

RGB 132138207
HSL0.650.440.66
HSV235°36°81°
CMYK 0.360.330.00   0.19
XYZ29.866727.587562.7823
Yxy27.58750.24840.2294
Hunter Lab52.52389.5841-34.1033
CIE-Lab59.514214.4351-36.2678

#848acf color RGB value is (132,138,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001010 11001111
Octal 204 212 317
Decimal 132 138 207
Hex 84 8A CF

RGB Percentages of Color #848acf

%27.67
%28.93
%43.40

CMYK Percentages of Color #848acf

%36
%33
%0
%19

Triadic Colors of #848acf

#848acf #cf848a #8acf84

Analogous Colors of #848acf

#848acf #a484cf #84b0cf

Monochromatic Colors of #848acf

#848acf

Complementary Color

#848acf #cfc984

#848acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#848acf Color CSS Codes

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

#848acf Text Font Color

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

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


#848acf Background Color

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

This div background color is #848acf


#848acf Border Color

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

This div border color is #848acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848acf


Comments

No comments written yet.

Please login to write comment.