Color Hex Logo

#846fcc Color Hex

#846FCC
(132,111,204)
0 Favorites   0 Comments

Color spaces of #846fcc

RGB 132111204
HSL0.700.480.62
HSV254°46°80°
CMYK 0.350.460.00   0.20
XYZ26.099220.634059.7339
Yxy20.63400.24510.1938
Hunter Lab45.424723.0658-46.1697
CIE-Lab52.546629.5278-45.5420

#846fcc color RGB value is (132,111,204).

#846fcc hex color red value is 132, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #846fcc hue: 0.70 , saturation: 0.48 and the lightness value of 846fcc is 0.62.

The process color (four color CMYK) of #846fcc color hex is 0.35, 0.46, 0.00, 0.20. Web safe color of #846fcc is #9966cc. Color #846fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101111 11001100
Octal 204 157 314
Decimal 132 111 204
Hex 84 6F CC

RGB Percentages of Color #846fcc

%29.53
%24.83
%45.64

CMYK Percentages of Color #846fcc

%35
%46
%0
%20

Triadic Colors of #846fcc

#846fcc #cc846f #6fcc84

Analogous Colors of #846fcc

#846fcc #b36fcc #6f89cc

Monochromatic Colors of #846fcc

#846fcc

Complementary Color

#846fcc #b7cc6f

#846fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#846fcc Color CSS Codes

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

#846fcc Text Font Color

<p style="color:#846fcc">Text here</p>

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


#846fcc Background Color

<div style="background-color:#846fcc">
Div content here</div>

This div background color is #846fcc


#846fcc Border Color

<div style="border:3px solid #846fcc">
Div here</div>

This div border color is #846fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846fcc


Comments

No comments written yet.

Please login to write comment.