Color Hex Logo

#848acb Color Hex

#848ACB
(132,138,203)
0 Favorites   0 Comments

Color spaces of #848acb

RGB 132138203
HSL0.650.410.66
HSV235°35°80°
CMYK 0.350.320.00   0.20
XYZ29.383727.394360.2389
Yxy27.39430.25110.2341
Hunter Lab52.33968.6166-31.6006
CIE-Lab59.337513.3544-34.2935

#848acb color RGB value is (132,138,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001010 11001011
Octal 204 212 313
Decimal 132 138 203
Hex 84 8A CB

RGB Percentages of Color #848acb

%27.91
%29.18
%42.92

CMYK Percentages of Color #848acb

%35
%32
%0
%20

Triadic Colors of #848acb

#848acb #cb848a #8acb84

Analogous Colors of #848acb

#848acb #a284cb #84aecb

Monochromatic Colors of #848acb

#848acb

Complementary Color

#848acb #cbc584

#848acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#848acb Color CSS Codes

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

#848acb Text Font Color

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

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


#848acb Background Color

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

This div background color is #848acb


#848acb Border Color

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

This div border color is #848acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848acb


Comments

No comments written yet.

Please login to write comment.