Color Hex Logo

#482002 Color Hex

#482002
(72,32,2)
0 Favorites   0 Comments

Color spaces of #482002

RGB 72322
HSL0.070.950.15
HSV26°97°28°
CMYK 0.000.560.97   0.72
XYZ3.20002.41510.3549
Yxy2.41510.53600.4045
Hunter Lab15.54069.55939.5244
CIE-Lab17.530216.924125.1482

#482002 color RGB value is (72,32,2).

#482002 hex color red value is 72, green value is 32 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #482002 hue: 0.07 , saturation: 0.95 and the lightness value of 482002 is 0.15.

The process color (four color CMYK) of #482002 color hex is 0.00, 0.56, 0.97, 0.72. Web safe color of #482002 is #333300. Color #482002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100000 00000010
Octal 110 40 2
Decimal 72 32 2
Hex 48 20 2

RGB Percentages of Color #482002

%67.92
%30.19
%1.89

CMYK Percentages of Color #482002

%0
%56
%97
%72

Triadic Colors of #482002

#482002 #024820 #200248

Analogous Colors of #482002

#482002 #484302 #480207

Monochromatic Colors of #482002

#482002

Complementary Color

#482002 #022a48

#482002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482002 Color CSS Codes

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

#482002 Text Font Color

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

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


#482002 Background Color

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

This div background color is #482002


#482002 Border Color

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

This div border color is #482002


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,32,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #482002; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #482002;
  -webkit-box-shadow: 1px 1px 3px 2px #482002;
  box-shadow:         1px 1px 3px 2px #482002; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482002


Comments

No comments written yet.

Please login to write comment.