Color Hex Logo

#482040 Color Hex

#482040
(72,32,64)
0 Favorites   0 Comments

Color spaces of #482040

RGB 723264
HSL0.870.380.20
HSV312°56°28°
CMYK 0.000.560.11   0.72
XYZ4.11442.78095.1704
Yxy2.78090.34100.2305
Hunter Lab16.676014.8574-6.7096
CIE-Lab19.144224.0768-11.8310

#482040 color RGB value is (72,32,64).

#482040 hex color red value is 72, green value is 32 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #482040 hue: 0.87 , saturation: 0.38 and the lightness value of 482040 is 0.20.

The process color (four color CMYK) of #482040 color hex is 0.00, 0.56, 0.11, 0.72. Web safe color of #482040 is #333333. Color #482040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100000 01000000
Octal 110 40 100
Decimal 72 32 64
Hex 48 20 40

RGB Percentages of Color #482040

%42.86
%19.05
%38.10

CMYK Percentages of Color #482040

%0
%56
%11
%72

Triadic Colors of #482040

#482040 #404820 #204048

Analogous Colors of #482040

#482040 #48202c #3c2048

Monochromatic Colors of #482040

#482040

Complementary Color

#482040 #204828

#482040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482040 Color CSS Codes

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

#482040 Text Font Color

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

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


#482040 Background Color

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

This div background color is #482040


#482040 Border Color

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

This div border color is #482040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482040

#482040 Color Palettes


Comments

No comments written yet.

Please login to write comment.