Color Hex Logo

#841aeb Color Hex

#841AEB
(132,26,235)
0 Favorites   0 Comments

Color spaces of #841aeb

RGB 13226235
HSL0.750.840.51
HSV270°89°92°
CMYK 0.440.890.00   0.08
XYZ24.880511.642579.5331
Yxy11.64250.21440.1003
Hunter Lab34.121170.4471-114.3146
CIE-Lab40.642275.7006-82.4599

#841aeb color RGB value is (132,26,235).

#841aeb hex color red value is 132, green value is 26 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #841aeb hue: 0.75 , saturation: 0.84 and the lightness value of 841aeb is 0.51.

The process color (four color CMYK) of #841aeb color hex is 0.44, 0.89, 0.00, 0.08. Web safe color of #841aeb is #9933ff. Color #841aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011010 11101011
Octal 204 32 353
Decimal 132 26 235
Hex 84 1A EB

RGB Percentages of Color #841aeb

%33.59
%6.62
%59.80

CMYK Percentages of Color #841aeb

%44
%89
%0
%8

Triadic Colors of #841aeb

#841aeb #eb841a #1aeb84

Analogous Colors of #841aeb

#841aeb #eb1aea #1b1aeb

Monochromatic Colors of #841aeb

#841aeb

Complementary Color

#841aeb #81eb1a

#841aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#841aeb Color CSS Codes

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

#841aeb Text Font Color

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

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


#841aeb Background Color

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

This div background color is #841aeb


#841aeb Border Color

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

This div border color is #841aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841aeb


Comments

No comments written yet.

Please login to write comment.