Color Hex Logo

#84265a Color Hex

#84265A
(132,38,90)
0 Favorites   0 Comments

Color spaces of #84265a

RGB 1323890
HSL0.910.550.33
HSV327°71°52°
CMYK 0.000.710.32   0.48
XYZ12.05437.029910.3944
Yxy7.02990.40890.2385
Hunter Lab26.514034.7538-4.6840
CIE-Lab31.874944.8533-8.8635

#84265a color RGB value is (132,38,90).

#84265a hex color red value is 132, green value is 38 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #84265a hue: 0.91 , saturation: 0.55 and the lightness value of 84265a is 0.33.

The process color (four color CMYK) of #84265a color hex is 0.00, 0.71, 0.32, 0.48. Web safe color of #84265a is #993366. Color #84265a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100110 01011010
Octal 204 46 132
Decimal 132 38 90
Hex 84 26 5A

RGB Percentages of Color #84265a

%50.77
%14.62
%34.62

CMYK Percentages of Color #84265a

%0
%71
%32
%48

Triadic Colors of #84265a

#84265a #5a8426 #265a84

Analogous Colors of #84265a

#84265a #84262b #7f2684

Monochromatic Colors of #84265a

#84265a

Complementary Color

#84265a #268450

#84265a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84265a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84265a Color CSS Codes

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

#84265a Text Font Color

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

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


#84265a Background Color

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

This div background color is #84265a


#84265a Border Color

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

This div border color is #84265a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,38,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 #84265a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84265a


Comments

No comments written yet.

Please login to write comment.