Color Hex Logo

#482160 Color Hex

#482160
(72,33,96)
0 Favorites   0 Comments

Color spaces of #482160

RGB 723396
HSL0.770.490.25
HSV277°66°38°
CMYK 0.250.660.00   0.62
XYZ5.32773.310011.4244
Yxy3.31000.26560.1650
Hunter Lab18.193420.4329-24.4953
CIE-Lab21.244930.8153-30.1156

#482160 color RGB value is (72,33,96).

#482160 hex color red value is 72, green value is 33 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #482160 hue: 0.77 , saturation: 0.49 and the lightness value of 482160 is 0.25.

The process color (four color CMYK) of #482160 color hex is 0.25, 0.66, 0.00, 0.62. Web safe color of #482160 is #333366. Color #482160 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 01100000
Octal 110 41 140
Decimal 72 33 96
Hex 48 21 60

RGB Percentages of Color #482160

%35.82
%16.42
%47.76

CMYK Percentages of Color #482160

%25
%66
%0
%62

Triadic Colors of #482160

#482160 #604821 #216048

Analogous Colors of #482160

#482160 #602158 #292160

Monochromatic Colors of #482160

#482160

Complementary Color

#482160 #396021

#482160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482160 Color CSS Codes

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

#482160 Text Font Color

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

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


#482160 Background Color

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

This div background color is #482160


#482160 Border Color

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

This div border color is #482160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482160


Comments

No comments written yet.

Please login to write comment.