Color Hex Logo

#846fbf Color Hex

#846FBF
(132,111,191)
0 Favorites   0 Comments

Color spaces of #846fbf

RGB 132111191
HSL0.710.380.59
HSV256°42°75°
CMYK 0.310.420.00   0.25
XYZ24.604120.036051.8608
Yxy20.03600.25500.2076
Hunter Lab44.761619.7833-37.3603
CIE-Lab51.877926.0820-39.1603

#846fbf color RGB value is (132,111,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101111 10111111
Octal 204 157 277
Decimal 132 111 191
Hex 84 6F BF

RGB Percentages of Color #846fbf

%30.41
%25.58
%44.01

CMYK Percentages of Color #846fbf

%31
%42
%0
%25

Triadic Colors of #846fbf

#846fbf #bf846f #6fbf84

Analogous Colors of #846fbf

#846fbf #ac6fbf #6f82bf

Monochromatic Colors of #846fbf

#846fbf

Complementary Color

#846fbf #aabf6f

#846fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#846fbf Color CSS Codes

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

#846fbf Text Font Color

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

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


#846fbf Background Color

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

This div background color is #846fbf


#846fbf Border Color

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

This div border color is #846fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846fbf


Comments

No comments written yet.

Please login to write comment.