Color Hex Logo

#82267d Color Hex

#82267D
(130,38,125)
0 Favorites   0 Comments

Color spaces of #82267d

RGB 13038125
HSL0.840.550.33
HSV303°71°51°
CMYK 0.000.710.04   0.49
XYZ13.60077.612720.1546
Yxy7.61270.32880.1840
Hunter Lab27.591139.7049-23.9960
CIE-Lab33.162949.6146-29.2180

#82267d color RGB value is (130,38,125).

#82267d hex color red value is 130, green value is 38 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #82267d hue: 0.84 , saturation: 0.55 and the lightness value of 82267d is 0.33.

The process color (four color CMYK) of #82267d color hex is 0.00, 0.71, 0.04, 0.49. Web safe color of #82267d is #993366. Color #82267d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100110 01111101
Octal 202 46 175
Decimal 130 38 125
Hex 82 26 7D

RGB Percentages of Color #82267d

%44.37
%12.97
%42.66

CMYK Percentages of Color #82267d

%0
%71
%4
%49

Triadic Colors of #82267d

#82267d #7d8226 #267d82

Analogous Colors of #82267d

#82267d #82264f #592682

Monochromatic Colors of #82267d

#82267d

Complementary Color

#82267d #26822b

#82267d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82267d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82267d Color CSS Codes

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

#82267d Text Font Color

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

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


#82267d Background Color

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

This div background color is #82267d


#82267d Border Color

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

This div border color is #82267d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82267d


Comments

No comments written yet.

Please login to write comment.