Color Hex Logo

#843ba5 Color Hex

#843BA5
(132,59,165)
0 Favorites   0 Comments

Color spaces of #843ba5

RGB 13259165
HSL0.780.470.44
HSV281°64°65°
CMYK 0.200.640.00   0.35
XYZ17.871210.750136.7304
Yxy10.75010.27350.1645
Hunter Lab32.787339.9161-43.4692
CIE-Lab39.156348.7025-44.1283

#843ba5 color RGB value is (132,59,165).

#843ba5 hex color red value is 132, green value is 59 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #843ba5 hue: 0.78 , saturation: 0.47 and the lightness value of 843ba5 is 0.44.

The process color (four color CMYK) of #843ba5 color hex is 0.20, 0.64, 0.00, 0.35. Web safe color of #843ba5 is #993399. Color #843ba5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111011 10100101
Octal 204 73 245
Decimal 132 59 165
Hex 84 3B A5

RGB Percentages of Color #843ba5

%37.08
%16.57
%46.35

CMYK Percentages of Color #843ba5

%20
%64
%0
%35

Triadic Colors of #843ba5

#843ba5 #a5843b #3ba584

Analogous Colors of #843ba5

#843ba5 #a53b91 #4f3ba5

Monochromatic Colors of #843ba5

#843ba5

Complementary Color

#843ba5 #5ca53b

#843ba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843ba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843ba5 Color CSS Codes

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

#843ba5 Text Font Color

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

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


#843ba5 Background Color

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

This div background color is #843ba5


#843ba5 Border Color

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

This div border color is #843ba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843ba5


Comments

No comments written yet.

Please login to write comment.