Color Hex Logo

#843aef Color Hex

#843AEF
(132,58,239)
0 Favorites   0 Comments

Color spaces of #843aef

RGB 13258239
HSL0.730.850.58
HSV265°76°94°
CMYK 0.450.760.00   0.06
XYZ26.608814.163682.9928
Yxy14.16360.21500.1144
Hunter Lab37.634660.3446-104.4038
CIE-Lab44.466666.4567-78.4408

#843aef color RGB value is (132,58,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111010 11101111
Octal 204 72 357
Decimal 132 58 239
Hex 84 3A EF

RGB Percentages of Color #843aef

%30.77
%13.52
%55.71

CMYK Percentages of Color #843aef

%45
%76
%0
%6

Triadic Colors of #843aef

#843aef #ef843a #3aef84

Analogous Colors of #843aef

#843aef #df3aef #3a4aef

Monochromatic Colors of #843aef

#843aef

Complementary Color

#843aef #a5ef3a

#843aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#843aef Color CSS Codes

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

#843aef Text Font Color

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

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


#843aef Background Color

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

This div background color is #843aef


#843aef Border Color

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

This div border color is #843aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843aef


Comments

No comments written yet.

Please login to write comment.