Color Hex Logo

#846ffd Color Hex

#846FFD
(132,111,253)
0 Favorites   0 Comments

Color spaces of #846ffd

RGB 132111253
HSL0.690.970.71
HSV249°56°99°
CMYK 0.480.560.00   0.01
XYZ32.929823.366395.7031
Yxy23.36630.21660.1537
Hunter Lab48.338737.0069-83.5479
CIE-Lab55.447743.2083-68.3952

#846ffd color RGB value is (132,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101111 11111101
Octal 204 157 375
Decimal 132 111 253
Hex 84 6F FD

RGB Percentages of Color #846ffd

%26.61
%22.38
%51.01

CMYK Percentages of Color #846ffd

%48
%56
%0
%1

Triadic Colors of #846ffd

#846ffd #fd846f #6ffd84

Analogous Colors of #846ffd

#846ffd #cb6ffd #6fa1fd

Monochromatic Colors of #846ffd

#846ffd

Complementary Color

#846ffd #e8fd6f

#846ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#846ffd Color CSS Codes

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

#846ffd Text Font Color

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

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


#846ffd Background Color

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

This div background color is #846ffd


#846ffd Border Color

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

This div border color is #846ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846ffd


Comments

No comments written yet.

Please login to write comment.