Color Hex Logo

#480528 Color Hex

#480528
(72,5,40)
0 Favorites   0 Comments

Color spaces of #480528

RGB 72540
HSL0.910.870.15
HSV329°93°28°
CMYK 0.000.930.44   0.72
XYZ3.10981.63952.1600
Yxy1.63950.45010.2373
Hunter Lab12.804320.9451-1.0388
CIE-Lab13.468832.8990-3.3330

#480528 color RGB value is (72,5,40).

#480528 hex color red value is 72, green value is 5 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #480528 hue: 0.91 , saturation: 0.87 and the lightness value of 480528 is 0.15.

The process color (four color CMYK) of #480528 color hex is 0.00, 0.93, 0.44, 0.72. Web safe color of #480528 is #330033. Color #480528 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000101 00101000
Octal 110 5 50
Decimal 72 5 40
Hex 48 5 28

RGB Percentages of Color #480528

%61.54
%4.27
%34.19

CMYK Percentages of Color #480528

%0
%93
%44
%72

Triadic Colors of #480528

#480528 #284805 #052848

Analogous Colors of #480528

#480528 #480506 #470548

Monochromatic Colors of #480528

#480528

Complementary Color

#480528 #054825

#480528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480528 Color CSS Codes

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

#480528 Text Font Color

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

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


#480528 Background Color

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

This div background color is #480528


#480528 Border Color

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

This div border color is #480528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480528


Comments

No comments written yet.

Please login to write comment.