Color Hex Logo

#843bdb Color Hex

#843BDB
(132,59,219)
0 Favorites   0 Comments

Color spaces of #843bdb

RGB 13259219
HSL0.740.690.55
HSV267°73°86°
CMYK 0.400.730.00   0.14
XYZ23.865913.147968.2978
Yxy13.14790.22660.1248
Hunter Lab36.260054.0314-86.2940
CIE-Lab42.985361.1930-69.5046

#843bdb color RGB value is (132,59,219).

#843bdb hex color red value is 132, green value is 59 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #843bdb hue: 0.74 , saturation: 0.69 and the lightness value of 843bdb is 0.55.

The process color (four color CMYK) of #843bdb color hex is 0.40, 0.73, 0.00, 0.14. Web safe color of #843bdb is #9933cc. Color #843bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111011 11011011
Octal 204 73 333
Decimal 132 59 219
Hex 84 3B DB

RGB Percentages of Color #843bdb

%32.20
%14.39
%53.41

CMYK Percentages of Color #843bdb

%40
%73
%0
%14

Triadic Colors of #843bdb

#843bdb #db843b #3bdb84

Analogous Colors of #843bdb

#843bdb #d43bdb #3b42db

Monochromatic Colors of #843bdb

#843bdb

Complementary Color

#843bdb #92db3b

#843bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#843bdb Color CSS Codes

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

#843bdb Text Font Color

<p style="color:#843bdb">Text here</p>

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


#843bdb Background Color

<div style="background-color:#843bdb">
Div content here</div>

This div background color is #843bdb


#843bdb Border Color

<div style="border:3px solid #843bdb">
Div here</div>

This div border color is #843bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,59,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #843bdb;
  box-shadow:         1px 1px 3px 2px #843bdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843bdb


Comments

No comments written yet.

Please login to write comment.