Color Hex Logo

#842bdb Color Hex

#842BDB
(132,43,219)
0 Favorites   0 Comments

Color spaces of #842bdb

RGB 13243219
HSL0.750.710.51
HSV270°80°86°
CMYK 0.400.800.00   0.14
XYZ23.165811.747868.0644
Yxy11.74780.22500.1141
Hunter Lab34.275160.6631-93.7472
CIE-Lab40.812467.4434-73.0556

#842bdb color RGB value is (132,43,219).

#842bdb hex color red value is 132, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #842bdb hue: 0.75 , saturation: 0.71 and the lightness value of 842bdb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101011 11011011
Octal 204 53 333
Decimal 132 43 219
Hex 84 2B DB

RGB Percentages of Color #842bdb

%33.50
%10.91
%55.58

CMYK Percentages of Color #842bdb

%40
%80
%0
%14

Triadic Colors of #842bdb

#842bdb #db842b #2bdb84

Analogous Colors of #842bdb

#842bdb #db2bda #2c2bdb

Monochromatic Colors of #842bdb

#842bdb

Complementary Color

#842bdb #82db2b

#842bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#842bdb Color CSS Codes

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

#842bdb Text Font Color

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

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


#842bdb Background Color

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

This div background color is #842bdb


#842bdb Border Color

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

This div border color is #842bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842bdb


Comments

No comments written yet.

Please login to write comment.