Color Hex Logo

#846bfd Color Hex

#846BFD
(132,107,253)
0 Favorites   0 Comments

Color spaces of #846bfd

RGB 132107253
HSL0.700.970.71
HSV250°58°99°
CMYK 0.480.580.00   0.01
XYZ32.503022.512895.5608
Yxy22.51280.21590.1495
Hunter Lab47.447739.2442-86.1982
CIE-Lab54.566945.4808-69.8187

#846bfd color RGB value is (132,107,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101011 11111101
Octal 204 153 375
Decimal 132 107 253
Hex 84 6B FD

RGB Percentages of Color #846bfd

%26.83
%21.75
%51.42

CMYK Percentages of Color #846bfd

%48
%58
%0
%1

Triadic Colors of #846bfd

#846bfd #fd846b #6bfd84

Analogous Colors of #846bfd

#846bfd #cd6bfd #6b9bfd

Monochromatic Colors of #846bfd

#846bfd

Complementary Color

#846bfd #e4fd6b

#846bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#846bfd Color CSS Codes

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

#846bfd Text Font Color

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

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


#846bfd Background Color

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

This div background color is #846bfd


#846bfd Border Color

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

This div border color is #846bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846bfd


Comments

No comments written yet.

Please login to write comment.