Color Hex Logo

#841eed Color Hex

#841EED
(132,30,237)
0 Favorites   0 Comments

Color spaces of #841eed

RGB 13230237
HSL0.750.850.52
HSV270°87°93°
CMYK 0.440.870.00   0.07
XYZ25.266111.948581.0954
Yxy11.94850.21360.1010
Hunter Lab34.566669.9812-114.9014
CIE-Lab41.134275.2239-82.7835

#841eed color RGB value is (132,30,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011110 11101101
Octal 204 36 355
Decimal 132 30 237
Hex 84 1E ED

RGB Percentages of Color #841eed

%33.08
%7.52
%59.40

CMYK Percentages of Color #841eed

%44
%87
%0
%7

Triadic Colors of #841eed

#841eed #ed841e #1eed84

Analogous Colors of #841eed

#841eed #ec1eed #1e1fed

Monochromatic Colors of #841eed

#841eed

Complementary Color

#841eed #87ed1e

#841eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#841eed Color CSS Codes

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

#841eed Text Font Color

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

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


#841eed Background Color

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

This div background color is #841eed


#841eed Border Color

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

This div border color is #841eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841eed


Comments

No comments written yet.

Please login to write comment.