Color Hex Logo

#843880 Color Hex

#843880
(132,56,128)
0 Favorites   0 Comments

Color spaces of #843880

RGB 13256128
HSL0.840.400.37
HSV303°58°52°
CMYK 0.000.580.03   0.48
XYZ14.82629.292421.4343
Yxy9.29240.32550.2040
Hunter Lab30.483433.4709-20.3511
CIE-Lab36.541342.6828-25.7562

#843880 color RGB value is (132,56,128).

#843880 hex color red value is 132, green value is 56 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #843880 hue: 0.84 , saturation: 0.40 and the lightness value of 843880 is 0.37.

The process color (four color CMYK) of #843880 color hex is 0.00, 0.58, 0.03, 0.48. Web safe color of #843880 is #993399. Color #843880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111000 10000000
Octal 204 70 200
Decimal 132 56 128
Hex 84 38 80

RGB Percentages of Color #843880

%41.77
%17.72
%40.51

CMYK Percentages of Color #843880

%0
%58
%3
%48

Triadic Colors of #843880

#843880 #808438 #388084

Analogous Colors of #843880

#843880 #84385a #623884

Monochromatic Colors of #843880

#843880

Complementary Color

#843880 #38843c

#843880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843880 Color CSS Codes

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

#843880 Text Font Color

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

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


#843880 Background Color

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

This div background color is #843880


#843880 Border Color

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

This div border color is #843880


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,56,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843880; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843880;
  -webkit-box-shadow: 1px 1px 3px 2px #843880;
  box-shadow:         1px 1px 3px 2px #843880; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843880


Comments

No comments written yet.

Please login to write comment.