Color Hex Logo

#82303f Color Hex

#82303F
(130,48,63)
0 Favorites   0 Comments

Color spaces of #82303f

RGB 1304863
HSL0.970.460.35
HSV349°63°51°
CMYK 0.000.630.52   0.49
XYZ11.16017.21865.5078
Yxy7.21860.46720.3022
Hunter Lab26.867527.12666.6528
CIE-Lab32.299536.65139.3083

#82303f color RGB value is (130,48,63).

#82303f hex color red value is 130, green value is 48 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #82303f hue: 0.97 , saturation: 0.46 and the lightness value of 82303f is 0.35.

The process color (four color CMYK) of #82303f color hex is 0.00, 0.63, 0.52, 0.49. Web safe color of #82303f is #993333. Color #82303f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110000 00111111
Octal 202 60 77
Decimal 130 48 63
Hex 82 30 3F

RGB Percentages of Color #82303f

%53.94
%19.92
%26.14

CMYK Percentages of Color #82303f

%0
%63
%52
%49

Triadic Colors of #82303f

#82303f #3f8230 #303f82

Analogous Colors of #82303f

#82303f #824a30 #823068

Monochromatic Colors of #82303f

#82303f

Complementary Color

#82303f #308273

#82303f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82303f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82303f Color CSS Codes

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

#82303f Text Font Color

<p style="color:#82303f">Text here</p>

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


#82303f Background Color

<div style="background-color:#82303f">
Div content here</div>

This div background color is #82303f


#82303f Border Color

<div style="border:3px solid #82303f">
Div here</div>

This div border color is #82303f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,48,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82303f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82303f;
  -webkit-box-shadow: 1px 1px 3px 2px #82303f;
  box-shadow:         1px 1px 3px 2px #82303f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82303f


Comments

No comments written yet.

Please login to write comment.