Color Hex Logo

#841064 Color Hex

#841064
(132,16,100)
0 Favorites   0 Comments

Color spaces of #841064

RGB 13216100
HSL0.880.780.29
HSV317°88°52°
CMYK 0.000.880.24   0.48
XYZ12.00136.196212.6200
Yxy6.19620.38940.2011
Hunter Lab24.892242.4992-12.6347
CIE-Lab29.902252.9877-18.3715

#841064 color RGB value is (132,16,100).

#841064 hex color red value is 132, green value is 16 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #841064 hue: 0.88 , saturation: 0.78 and the lightness value of 841064 is 0.29.

The process color (four color CMYK) of #841064 color hex is 0.00, 0.88, 0.24, 0.48. Web safe color of #841064 is #990066. Color #841064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010000 01100100
Octal 204 20 144
Decimal 132 16 100
Hex 84 10 64

RGB Percentages of Color #841064

%53.23
%6.45
%40.32

CMYK Percentages of Color #841064

%0
%88
%24
%48

Triadic Colors of #841064

#841064 #648410 #106484

Analogous Colors of #841064

#841064 #84102a #6a1084

Monochromatic Colors of #841064

#841064

Complementary Color

#841064 #108430

#841064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841064 Color CSS Codes

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

#841064 Text Font Color

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

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


#841064 Background Color

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

This div background color is #841064


#841064 Border Color

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

This div border color is #841064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841064


Comments

No comments written yet.

Please login to write comment.