Color Hex Logo

#848dbf Color Hex

#848DBF
(132,141,191)
0 Favorites   0 Comments

Color spaces of #848dbf

RGB 132141191
HSL0.640.320.63
HSV231°31°75°
CMYK 0.310.260.00   0.25
XYZ28.444627.716953.1409
Yxy27.71690.26020.2536
Hunter Lab52.64684.3099-22.9936
CIE-Lab59.63218.4438-27.0656

#848dbf color RGB value is (132,141,191).

#848dbf hex color red value is 132, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #848dbf hue: 0.64 , saturation: 0.32 and the lightness value of 848dbf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001101 10111111
Octal 204 215 277
Decimal 132 141 191
Hex 84 8D BF

RGB Percentages of Color #848dbf

%28.45
%30.39
%41.16

CMYK Percentages of Color #848dbf

%31
%26
%0
%25

Triadic Colors of #848dbf

#848dbf #bf848d #8dbf84

Analogous Colors of #848dbf

#848dbf #9984bf #84abbf

Monochromatic Colors of #848dbf

#848dbf

Complementary Color

#848dbf #bfb684

#848dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#848dbf Color CSS Codes

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

#848dbf Text Font Color

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

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


#848dbf Background Color

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

This div background color is #848dbf


#848dbf Border Color

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

This div border color is #848dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848dbf


Comments

No comments written yet.

Please login to write comment.