Color Hex Logo

#82368a Color Hex

#82368A
(130,54,138)
0 Favorites   0 Comments

Color spaces of #82368a

RGB 13054138
HSL0.820.440.38
HSV294°61°54°
CMYK 0.060.610.00   0.46
XYZ15.11259.219125.0277
Yxy9.21910.30620.1868
Hunter Lab30.363035.7092-27.6177
CIE-Lab36.402845.0013-32.1638

#82368a color RGB value is (130,54,138).

#82368a hex color red value is 130, green value is 54 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #82368a hue: 0.82 , saturation: 0.44 and the lightness value of 82368a is 0.38.

The process color (four color CMYK) of #82368a color hex is 0.06, 0.61, 0.00, 0.46. Web safe color of #82368a is #993399. Color #82368a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110110 10001010
Octal 202 66 212
Decimal 130 54 138
Hex 82 36 8A

RGB Percentages of Color #82368a

%40.37
%16.77
%42.86

CMYK Percentages of Color #82368a

%6
%61
%0
%46

Triadic Colors of #82368a

#82368a #8a8236 #368a82

Analogous Colors of #82368a

#82368a #8a3668 #58368a

Monochromatic Colors of #82368a

#82368a

Complementary Color

#82368a #3e8a36

#82368a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82368a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82368a Color CSS Codes

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

#82368a Text Font Color

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

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


#82368a Background Color

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

This div background color is #82368a


#82368a Border Color

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

This div border color is #82368a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,54,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82368a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82368a;
  -webkit-box-shadow: 1px 1px 3px 2px #82368a;
  box-shadow:         1px 1px 3px 2px #82368a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,54,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82368a


Comments

No comments written yet.

Please login to write comment.