Color Hex Logo

#846ffc Color Hex

#846FFC
(132,111,252)
0 Favorites   0 Comments

Color spaces of #846ffc

RGB 132111252
HSL0.690.960.71
HSV249°56°99°
CMYK 0.480.560.00   0.01
XYZ32.770823.302794.8661
Yxy23.30270.21710.1544
Hunter Lab48.272936.7000-82.7260
CIE-Lab55.382842.9218-67.9469

#846ffc color RGB value is (132,111,252).

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

The process color (four color CMYK) of #846ffc color hex is 0.48, 0.56, 0.00, 0.01. Web safe color of #846ffc is #9966ff. Color #846ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101111 11111100
Octal 204 157 374
Decimal 132 111 252
Hex 84 6F FC

RGB Percentages of Color #846ffc

%26.67
%22.42
%50.91

CMYK Percentages of Color #846ffc

%48
%56
%0
%1

Triadic Colors of #846ffc

#846ffc #fc846f #6ffc84

Analogous Colors of #846ffc

#846ffc #cb6ffc #6fa1fc

Monochromatic Colors of #846ffc

#846ffc

Complementary Color

#846ffc #e7fc6f

#846ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#846ffc Color CSS Codes

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

#846ffc Text Font Color

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

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


#846ffc Background Color

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

This div background color is #846ffc


#846ffc Border Color

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

This div border color is #846ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846ffc


Comments

No comments written yet.

Please login to write comment.