Color Hex Logo

#843bbe Color Hex

#843BBE
(132,59,190)
0 Favorites   0 Comments

Color spaces of #843bbe

RGB 13259190
HSL0.760.530.49
HSV273°69°75°
CMYK 0.310.690.00   0.25
XYZ20.373911.751249.9096
Yxy11.75120.24840.1432
Hunter Lab34.280046.0992-62.3266
CIE-Lab40.817954.3321-56.2453

#843bbe color RGB value is (132,59,190).

#843bbe hex color red value is 132, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #843bbe hue: 0.76 , saturation: 0.53 and the lightness value of 843bbe is 0.49.

The process color (four color CMYK) of #843bbe color hex is 0.31, 0.69, 0.00, 0.25. Web safe color of #843bbe is #9933cc. Color #843bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111011 10111110
Octal 204 73 276
Decimal 132 59 190
Hex 84 3B BE

RGB Percentages of Color #843bbe

%34.65
%15.49
%49.87

CMYK Percentages of Color #843bbe

%31
%69
%0
%25

Triadic Colors of #843bbe

#843bbe #be843b #3bbe84

Analogous Colors of #843bbe

#843bbe #be3bb7 #433bbe

Monochromatic Colors of #843bbe

#843bbe

Complementary Color

#843bbe #75be3b

#843bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#843bbe Color CSS Codes

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

#843bbe Text Font Color

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

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


#843bbe Background Color

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

This div background color is #843bbe


#843bbe Border Color

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

This div border color is #843bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843bbe


Comments

No comments written yet.

Please login to write comment.