Color Hex Logo

#841467 Color Hex

#841467
(132,20,103)
0 Favorites   0 Comments

Color spaces of #841467

RGB 13220103
HSL0.880.740.30
HSV316°85°52°
CMYK 0.000.850.22   0.48
XYZ12.21416.385113.4207
Yxy6.38510.38150.1994
Hunter Lab25.268842.0608-13.8019
CIE-Lab30.364052.4711-19.5954

#841467 color RGB value is (132,20,103).

#841467 hex color red value is 132, green value is 20 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #841467 hue: 0.88 , saturation: 0.74 and the lightness value of 841467 is 0.30.

The process color (four color CMYK) of #841467 color hex is 0.00, 0.85, 0.22, 0.48. Web safe color of #841467 is #990066. Color #841467 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010100 01100111
Octal 204 24 147
Decimal 132 20 103
Hex 84 14 67

RGB Percentages of Color #841467

%51.76
%7.84
%40.39

CMYK Percentages of Color #841467

%0
%85
%22
%48

Triadic Colors of #841467

#841467 #678414 #146784

Analogous Colors of #841467

#841467 #84142f #691484

Monochromatic Colors of #841467

#841467

Complementary Color

#841467 #148431

#841467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841467 Color CSS Codes

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

#841467 Text Font Color

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

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


#841467 Background Color

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

This div background color is #841467


#841467 Border Color

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

This div border color is #841467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841467


Comments

No comments written yet.

Please login to write comment.