Color Hex Logo

#843aee Color Hex

#843AEE
(132,58,238)
0 Favorites   0 Comments

Color spaces of #843aee

RGB 13258238
HSL0.740.840.58
HSV265°76°93°
CMYK 0.450.760.00   0.07
XYZ26.461414.104782.2167
Yxy14.10470.21550.1149
Hunter Lab37.556260.0443-103.5061
CIE-Lab44.382766.2134-78.0143

#843aee color RGB value is (132,58,238).

#843aee hex color red value is 132, green value is 58 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #843aee hue: 0.74 , saturation: 0.84 and the lightness value of 843aee is 0.58.

The process color (four color CMYK) of #843aee color hex is 0.45, 0.76, 0.00, 0.07. Web safe color of #843aee is #9933ff. Color #843aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111010 11101110
Octal 204 72 356
Decimal 132 58 238
Hex 84 3A EE

RGB Percentages of Color #843aee

%30.84
%13.55
%55.61

CMYK Percentages of Color #843aee

%45
%76
%0
%7

Triadic Colors of #843aee

#843aee #ee843a #3aee84

Analogous Colors of #843aee

#843aee #de3aee #3a4aee

Monochromatic Colors of #843aee

#843aee

Complementary Color

#843aee #a4ee3a

#843aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#843aee Color CSS Codes

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

#843aee Text Font Color

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

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


#843aee Background Color

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

This div background color is #843aee


#843aee Border Color

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

This div border color is #843aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843aee


Comments

No comments written yet.

Please login to write comment.