Color Hex Logo

#84135a Color Hex

#84135A
(132,19,90)
0 Favorites   0 Comments

Color spaces of #84135a

RGB 1321990
HSL0.900.750.30
HSV322°86°52°
CMYK 0.000.860.32   0.48
XYZ11.59416.109510.2410
Yxy6.10950.41490.2186
Hunter Lab24.717440.4729-7.2631
CIE-Lab29.687151.0452-12.1837

#84135a color RGB value is (132,19,90).

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

The process color (four color CMYK) of #84135a color hex is 0.00, 0.86, 0.32, 0.48. Web safe color of #84135a is #990066. Color #84135a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010011 01011010
Octal 204 23 132
Decimal 132 19 90
Hex 84 13 5A

RGB Percentages of Color #84135a

%54.77
%7.88
%37.34

CMYK Percentages of Color #84135a

%0
%86
%32
%48

Triadic Colors of #84135a

#84135a #5a8413 #135a84

Analogous Colors of #84135a

#84135a #841322 #761384

Monochromatic Colors of #84135a

#84135a

Complementary Color

#84135a #13843d

#84135a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84135a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84135a Color CSS Codes

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

#84135a Text Font Color

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

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


#84135a Background Color

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

This div background color is #84135a


#84135a Border Color

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

This div border color is #84135a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84135a


Comments

No comments written yet.

Please login to write comment.