Color Hex Logo

#843eeb Color Hex

#843EEB
(132,62,235)
0 Favorites   0 Comments

Color spaces of #843eeb

RGB 13262235
HSL0.730.810.58
HSV264°74°92°
CMYK 0.440.740.00   0.08
XYZ26.233714.348979.9842
Yxy14.34890.21760.1190
Hunter Lab37.879957.3300-98.6760
CIE-Lab44.729263.7807-75.7533

#843eeb color RGB value is (132,62,235).

#843eeb hex color red value is 132, green value is 62 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #843eeb hue: 0.73 , saturation: 0.81 and the lightness value of 843eeb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111110 11101011
Octal 204 76 353
Decimal 132 62 235
Hex 84 3E EB

RGB Percentages of Color #843eeb

%30.77
%14.45
%54.78

CMYK Percentages of Color #843eeb

%44
%74
%0
%8

Triadic Colors of #843eeb

#843eeb #eb843e #3eeb84

Analogous Colors of #843eeb

#843eeb #db3eeb #3e4feb

Monochromatic Colors of #843eeb

#843eeb

Complementary Color

#843eeb #a5eb3e

#843eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#843eeb Color CSS Codes

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

#843eeb Text Font Color

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

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


#843eeb Background Color

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

This div background color is #843eeb


#843eeb Border Color

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

This div border color is #843eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843eeb


Comments

No comments written yet.

Please login to write comment.