Color Hex Logo

#843bef Color Hex

#843BEF
(132,59,239)
0 Favorites   0 Comments

Color spaces of #843bef

RGB 13259239
HSL0.730.850.58
HSV264°75°94°
CMYK 0.450.750.00   0.06
XYZ26.659714.265583.0097
Yxy14.26550.21510.1151
Hunter Lab37.769759.8971-103.8679
CIE-Lab44.611366.0416-78.2038

#843bef color RGB value is (132,59,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111011 11101111
Octal 204 73 357
Decimal 132 59 239
Hex 84 3B EF

RGB Percentages of Color #843bef

%30.70
%13.72
%55.58

CMYK Percentages of Color #843bef

%45
%75
%0
%6

Triadic Colors of #843bef

#843bef #ef843b #3bef84

Analogous Colors of #843bef

#843bef #de3bef #3b4cef

Monochromatic Colors of #843bef

#843bef

Complementary Color

#843bef #a6ef3b

#843bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#843bef Color CSS Codes

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

#843bef Text Font Color

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

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


#843bef Background Color

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

This div background color is #843bef


#843bef Border Color

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

This div border color is #843bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843bef


Comments

No comments written yet.

Please login to write comment.