Color Hex Logo

#841eeb Color Hex

#841EEB
(132,30,235)
0 Favorites   0 Comments

Color spaces of #841eeb

RGB 13230235
HSL0.750.840.52
HSV270°87°92°
CMYK 0.440.870.00   0.08
XYZ24.975411.832279.5648
Yxy11.83220.21460.1017
Hunter Lab34.398069.4074-113.0632
CIE-Lab40.948274.7878-81.9563

#841eeb color RGB value is (132,30,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011110 11101011
Octal 204 36 353
Decimal 132 30 235
Hex 84 1E EB

RGB Percentages of Color #841eeb

%33.25
%7.56
%59.19

CMYK Percentages of Color #841eeb

%44
%87
%0
%8

Triadic Colors of #841eeb

#841eeb #eb841e #1eeb84

Analogous Colors of #841eeb

#841eeb #eb1eeb #1e1eeb

Monochromatic Colors of #841eeb

#841eeb

Complementary Color

#841eeb #85eb1e

#841eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#841eeb Color CSS Codes

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

#841eeb Text Font Color

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

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


#841eeb Background Color

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

This div background color is #841eeb


#841eeb Border Color

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

This div border color is #841eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841eeb


Comments

No comments written yet.

Please login to write comment.