Color Hex Logo

#843cbb Color Hex

#843CBB
(132,60,187)
0 Favorites   0 Comments

Color spaces of #843cbb

RGB 13260187
HSL0.760.510.48
HSV274°68°73°
CMYK 0.290.680.00   0.27
XYZ20.101211.725148.2174
Yxy11.72510.25110.1465
Hunter Lab34.241944.8623-59.5192
CIE-Lab40.775853.1725-54.5549

#843cbb color RGB value is (132,60,187).

#843cbb hex color red value is 132, green value is 60 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #843cbb hue: 0.76 , saturation: 0.51 and the lightness value of 843cbb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111100 10111011
Octal 204 74 273
Decimal 132 60 187
Hex 84 3C BB

RGB Percentages of Color #843cbb

%34.83
%15.83
%49.34

CMYK Percentages of Color #843cbb

%29
%68
%0
%27

Triadic Colors of #843cbb

#843cbb #bb843c #3cbb84

Analogous Colors of #843cbb

#843cbb #bb3cb3 #453cbb

Monochromatic Colors of #843cbb

#843cbb

Complementary Color

#843cbb #73bb3c

#843cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#843cbb Color CSS Codes

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

#843cbb Text Font Color

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

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


#843cbb Background Color

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

This div background color is #843cbb


#843cbb Border Color

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

This div border color is #843cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843cbb


Comments

No comments written yet.

Please login to write comment.