Color Hex Logo

#843aeb Color Hex

#843AEB
(132,58,235)
0 Favorites   0 Comments

Color spaces of #843aeb

RGB 13258235
HSL0.740.820.57
HSV265°75°92°
CMYK 0.440.750.00   0.08
XYZ26.024213.929879.9144
Yxy13.92980.21710.1162
Hunter Lab37.322659.1492-100.8245
CIE-Lab44.132165.4856-76.7303

#843aeb color RGB value is (132,58,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111010 11101011
Octal 204 72 353
Decimal 132 58 235
Hex 84 3A EB

RGB Percentages of Color #843aeb

%31.06
%13.65
%55.29

CMYK Percentages of Color #843aeb

%44
%75
%0
%8

Triadic Colors of #843aeb

#843aeb #eb843a #3aeb84

Analogous Colors of #843aeb

#843aeb #dd3aeb #3a49eb

Monochromatic Colors of #843aeb

#843aeb

Complementary Color

#843aeb #a1eb3a

#843aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#843aeb Color CSS Codes

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

#843aeb Text Font Color

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

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


#843aeb Background Color

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

This div background color is #843aeb


#843aeb Border Color

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

This div border color is #843aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843aeb


Comments

No comments written yet.

Please login to write comment.