color codes Logo

#848ecc color codes

#848ECC
(132,142,204)
0 Favorites   0 Comments

Color spaces of #848ecc

RGB 132142204
HSL0.640.410.66
HSV232°35°80°
CMYK 0.350.300.00   0.20
XYZ30.087828.611261.0635
Yxy28.61120.25120.2389
Hunter Lab53.48946.7997-30.2428
CIE-Lab60.436911.2946-33.1438

#848ecc color RGB value is (132,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001110 11001100
Octal 204 216 314
Decimal 132 142 204
Hex 84 8E CC

RGB Percentages of Color #848ecc

%27.62
%29.71
%42.68

CMYK Percentages of Color #848ecc

%35
%30
%0
%20

Triadic Colors of #848ecc

#848ecc #cc848e #8ecc84

Analogous Colors of #848ecc

#848ecc #9e84cc #84b2cc

Monochromatic Colors of #848ecc

#848ecc

Complementary Color

#848ecc #ccc284

#848ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#848ecc Color CSS Codes

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

#848ecc Text Font Color

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

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


#848ecc Background Color

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

This div background color is #848ecc


#848ecc Border Color

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

This div border color is #848ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848ecc


Comments

No comments written yet.

Please login to write comment.