Color Hex Logo

#841bdb Color Hex

#841BDB
(132,27,219)
0 Favorites   0 Comments

Color spaces of #841bdb

RGB 13227219
HSL0.760.780.48
HSV273°88°86°
CMYK 0.400.880.00   0.14
XYZ22.693810.803967.9071
Yxy10.80390.22380.1065
Hunter Lab32.869365.7197-99.4831
CIE-Lab39.248272.0501-75.6207

#841bdb color RGB value is (132,27,219).

#841bdb hex color red value is 132, green value is 27 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #841bdb hue: 0.76 , saturation: 0.78 and the lightness value of 841bdb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011011 11011011
Octal 204 33 333
Decimal 132 27 219
Hex 84 1B DB

RGB Percentages of Color #841bdb

%34.92
%7.14
%57.94

CMYK Percentages of Color #841bdb

%40
%88
%0
%14

Triadic Colors of #841bdb

#841bdb #db841b #1bdb84

Analogous Colors of #841bdb

#841bdb #db1bd2 #241bdb

Monochromatic Colors of #841bdb

#841bdb

Complementary Color

#841bdb #72db1b

#841bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#841bdb Color CSS Codes

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

#841bdb Text Font Color

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

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


#841bdb Background Color

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

This div background color is #841bdb


#841bdb Border Color

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

This div border color is #841bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841bdb


Comments

No comments written yet.

Please login to write comment.