Color Hex Logo

#482148 Color Hex

#482148
(72,33,72)
0 Favorites   0 Comments

Color spaces of #482148

RGB 723372
HSL0.830.370.21
HSV300°54°28°
CMYK 0.000.540.00   0.72
XYZ4.38602.93336.4659
Yxy2.93330.31820.2128
Hunter Lab17.126915.7398-10.3949
CIE-Lab19.774825.1396-16.3478

#482148 color RGB value is (72,33,72).

#482148 hex color red value is 72, green value is 33 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #482148 hue: 0.83 , saturation: 0.37 and the lightness value of 482148 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 01001000
Octal 110 41 110
Decimal 72 33 72
Hex 48 21 48

RGB Percentages of Color #482148

%40.68
%18.64
%40.68

CMYK Percentages of Color #482148

%0
%54
%0
%72

Triadic Colors of #482148

#482148 #484821 #214848

Analogous Colors of #482148

#482148 #482135 #352148

Monochromatic Colors of #482148

#482148

Complementary Color

#482148 #214821

#482148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482148 Color CSS Codes

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

#482148 Text Font Color

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

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


#482148 Background Color

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

This div background color is #482148


#482148 Border Color

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

This div border color is #482148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482148


Comments

No comments written yet.

Please login to write comment.