Color Hex Logo

#841383 Color Hex

#841383
(132,19,131)
0 Favorites   0 Comments

Color spaces of #841383

RGB 13219131
HSL0.830.750.30
HSV301°86°52°
CMYK 0.000.860.01   0.48
XYZ13.84537.010022.0961
Yxy7.01000.32230.1632
Hunter Lab26.476447.0093-30.9475
CIE-Lab31.829756.9198-35.0650

#841383 color RGB value is (132,19,131).

#841383 hex color red value is 132, green value is 19 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #841383 hue: 0.83 , saturation: 0.75 and the lightness value of 841383 is 0.30.

The process color (four color CMYK) of #841383 color hex is 0.00, 0.86, 0.01, 0.48. Web safe color of #841383 is #990099. Color #841383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010011 10000011
Octal 204 23 203
Decimal 132 19 131
Hex 84 13 83

RGB Percentages of Color #841383

%46.81
%6.74
%46.45

CMYK Percentages of Color #841383

%0
%86
%1
%48

Triadic Colors of #841383

#841383 #838413 #138384

Analogous Colors of #841383

#841383 #84134a #4d1384

Monochromatic Colors of #841383

#841383

Complementary Color

#841383 #138414

#841383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841383 Color CSS Codes

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

#841383 Text Font Color

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

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


#841383 Background Color

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

This div background color is #841383


#841383 Border Color

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

This div border color is #841383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841383


Comments

No comments written yet.

Please login to write comment.