Color Hex Logo

#82298d Color Hex

#82298D
(130,41,141)
0 Favorites   0 Comments

Color spaces of #82298d

RGB 13041141
HSL0.820.550.36
HSV293°71°55°
CMYK 0.080.710.00   0.45
XYZ14.80668.254826.0122
Yxy8.25480.30170.1682
Hunter Lab28.731241.7104-33.5673
CIE-Lab34.508051.3282-37.0164

#82298d color RGB value is (130,41,141).

#82298d hex color red value is 130, green value is 41 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #82298d hue: 0.82 , saturation: 0.55 and the lightness value of 82298d is 0.36.

The process color (four color CMYK) of #82298d color hex is 0.08, 0.71, 0.00, 0.45. Web safe color of #82298d is #993399. Color #82298d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101001 10001101
Octal 202 51 215
Decimal 130 41 141
Hex 82 29 8D

RGB Percentages of Color #82298d

%41.67
%13.14
%45.19

CMYK Percentages of Color #82298d

%8
%71
%0
%45

Triadic Colors of #82298d

#82298d #8d8229 #298d82

Analogous Colors of #82298d

#82298d #8d2966 #50298d

Monochromatic Colors of #82298d

#82298d

Complementary Color

#82298d #348d29

#82298d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82298d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82298d Color CSS Codes

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

#82298d Text Font Color

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

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


#82298d Background Color

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

This div background color is #82298d


#82298d Border Color

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

This div border color is #82298d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,41,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82298d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82298d;
  -webkit-box-shadow: 1px 1px 3px 2px #82298d;
  box-shadow:         1px 1px 3px 2px #82298d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82298d


Comments

No comments written yet.

Please login to write comment.