Color Hex Logo

#841dba Color Hex

#841DBA
(132,29,186)
0 Favorites   0 Comments

Color spaces of #841dba

RGB 13229186
HSL0.780.730.42
HSV279°84°73°
CMYK 0.290.840.00   0.27
XYZ18.81809.329447.2633
Yxy9.32940.24950.1237
Hunter Lab30.544156.5206-70.3634
CIE-Lab36.610964.6459-60.7236

#841dba color RGB value is (132,29,186).

#841dba hex color red value is 132, green value is 29 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #841dba hue: 0.78 , saturation: 0.73 and the lightness value of 841dba is 0.42.

The process color (four color CMYK) of #841dba color hex is 0.29, 0.84, 0.00, 0.27. Web safe color of #841dba is #9933cc. Color #841dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011101 10111010
Octal 204 35 272
Decimal 132 29 186
Hex 84 1D BA

RGB Percentages of Color #841dba

%38.04
%8.36
%53.60

CMYK Percentages of Color #841dba

%29
%84
%0
%27

Triadic Colors of #841dba

#841dba #ba841d #1dba84

Analogous Colors of #841dba

#841dba #ba1da2 #361dba

Monochromatic Colors of #841dba

#841dba

Complementary Color

#841dba #53ba1d

#841dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#841dba Color CSS Codes

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

#841dba Text Font Color

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

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


#841dba Background Color

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

This div background color is #841dba


#841dba Border Color

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

This div border color is #841dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841dba


Comments

No comments written yet.

Please login to write comment.