Color Hex Logo

#841c71 Color Hex

#841C71
(132,28,113)
0 Favorites   0 Comments

Color spaces of #841c71

RGB 13228113
HSL0.860.650.31
HSV311°79°52°
CMYK 0.000.790.14   0.48
XYZ12.91166.928316.2796
Yxy6.92830.35750.1918
Hunter Lab26.321741.4969-18.2449
CIE-Lab31.643151.6718-24.0078

#841c71 color RGB value is (132,28,113).

#841c71 hex color red value is 132, green value is 28 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #841c71 hue: 0.86 , saturation: 0.65 and the lightness value of 841c71 is 0.31.

The process color (four color CMYK) of #841c71 color hex is 0.00, 0.79, 0.14, 0.48. Web safe color of #841c71 is #993366. Color #841c71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011100 01110001
Octal 204 34 161
Decimal 132 28 113
Hex 84 1C 71

RGB Percentages of Color #841c71

%48.35
%10.26
%41.39

CMYK Percentages of Color #841c71

%0
%79
%14
%48

Triadic Colors of #841c71

#841c71 #71841c #1c7184

Analogous Colors of #841c71

#841c71 #841c3d #631c84

Monochromatic Colors of #841c71

#841c71

Complementary Color

#841c71 #1c842f

#841c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841c71 Color CSS Codes

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

#841c71 Text Font Color

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

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


#841c71 Background Color

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

This div background color is #841c71


#841c71 Border Color

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

This div border color is #841c71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,28,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #841c71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #841c71;
  -webkit-box-shadow: 1px 1px 3px 2px #841c71;
  box-shadow:         1px 1px 3px 2px #841c71; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841c71


Comments

No comments written yet.

Please login to write comment.