Color Hex Logo

#82270d Color Hex

#82270D
(130,39,13)
0 Favorites   0 Comments

Color spaces of #82270d

RGB 1303913
HSL0.040.820.28
HSV13°90°51°
CMYK 0.000.700.90   0.49
XYZ10.00416.22591.0552
Yxy6.22590.57880.3602
Hunter Lab24.951827.901814.9589
CIE-Lab29.975437.905236.6275

#82270d color RGB value is (130,39,13).

#82270d hex color red value is 130, green value is 39 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #82270d hue: 0.04 , saturation: 0.82 and the lightness value of 82270d is 0.28.

The process color (four color CMYK) of #82270d color hex is 0.00, 0.70, 0.90, 0.49. Web safe color of #82270d is #993300. Color #82270d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100111 00001101
Octal 202 47 15
Decimal 130 39 13
Hex 82 27 D

RGB Percentages of Color #82270d

%71.43
%21.43
%7.14

CMYK Percentages of Color #82270d

%0
%70
%90
%49

Triadic Colors of #82270d

#82270d #0d8227 #270d82

Analogous Colors of #82270d

#82270d #82620d #820d2e

Monochromatic Colors of #82270d

#82270d

Complementary Color

#82270d #0d6882

#82270d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82270d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82270d Color CSS Codes

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

#82270d Text Font Color

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

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


#82270d Background Color

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

This div background color is #82270d


#82270d Border Color

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

This div border color is #82270d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82270d


Comments

No comments written yet.

Please login to write comment.