Color Hex Logo

#846cbf Color Hex

#846CBF
(132,108,191)
0 Favorites   0 Comments

Color spaces of #846cbf

RGB 132108191
HSL0.710.390.59
HSV257°43°75°
CMYK 0.310.430.00   0.25
XYZ24.282319.392251.7535
Yxy19.39220.25450.2032
Hunter Lab44.036621.3630-38.8543
CIE-Lab51.142927.8545-40.3196

#846cbf color RGB value is (132,108,191).

#846cbf hex color red value is 132, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #846cbf hue: 0.71 , saturation: 0.39 and the lightness value of 846cbf is 0.59.

The process color (four color CMYK) of #846cbf color hex is 0.31, 0.43, 0.00, 0.25. Web safe color of #846cbf is #9966cc. Color #846cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101100 10111111
Octal 204 154 277
Decimal 132 108 191
Hex 84 6C BF

RGB Percentages of Color #846cbf

%30.63
%25.06
%44.32

CMYK Percentages of Color #846cbf

%31
%43
%0
%25

Triadic Colors of #846cbf

#846cbf #bf846c #6cbf84

Analogous Colors of #846cbf

#846cbf #ae6cbf #6c7ebf

Monochromatic Colors of #846cbf

#846cbf

Complementary Color

#846cbf #a7bf6c

#846cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#846cbf Color CSS Codes

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

#846cbf Text Font Color

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

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


#846cbf Background Color

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

This div background color is #846cbf


#846cbf Border Color

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

This div border color is #846cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846cbf


Comments

No comments written yet.

Please login to write comment.