Color Hex Logo

#843eba Color Hex

#843EBA
(132,62,186)
0 Favorites   0 Comments

Color spaces of #843eba

RGB 13262186
HSL0.760.500.49
HSV274°67°73°
CMYK 0.290.670.00   0.27
XYZ20.101311.896047.6911
Yxy11.89600.25220.1493
Hunter Lab34.490643.6723-57.8386
CIE-Lab41.050351.9897-53.5250

#843eba color RGB value is (132,62,186).

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

The process color (four color CMYK) of #843eba color hex is 0.29, 0.67, 0.00, 0.27. Web safe color of #843eba is #9933cc. Color #843eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111110 10111010
Octal 204 76 272
Decimal 132 62 186
Hex 84 3E BA

RGB Percentages of Color #843eba

%34.74
%16.32
%48.95

CMYK Percentages of Color #843eba

%29
%67
%0
%27

Triadic Colors of #843eba

#843eba #ba843e #3eba84

Analogous Colors of #843eba

#843eba #ba3eb2 #463eba

Monochromatic Colors of #843eba

#843eba

Complementary Color

#843eba #74ba3e

#843eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#843eba Color CSS Codes

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

#843eba Text Font Color

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

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


#843eba Background Color

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

This div background color is #843eba


#843eba Border Color

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

This div border color is #843eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843eba


Comments

No comments written yet.

Please login to write comment.