Color Hex Logo

#480525 Color Hex

#480525
(72,5,37)
0 Favorites   0 Comments

Color spaces of #480525

RGB 72537
HSL0.920.870.15
HSV331°93°28°
CMYK 0.000.930.49   0.72
XYZ3.06071.61981.9016
Yxy1.61980.46500.2461
Hunter Lab12.727120.65430.0503
CIE-Lab13.350232.5637-1.2860

#480525 color RGB value is (72,5,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000101 00100101
Octal 110 5 45
Decimal 72 5 37
Hex 48 5 25

RGB Percentages of Color #480525

%63.16
%4.39
%32.46

CMYK Percentages of Color #480525

%0
%93
%49
%72

Triadic Colors of #480525

#480525 #254805 #052548

Analogous Colors of #480525

#480525 #480605 #480547

Monochromatic Colors of #480525

#480525

Complementary Color

#480525 #054828

#480525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480525 Color CSS Codes

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

#480525 Text Font Color

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

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


#480525 Background Color

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

This div background color is #480525


#480525 Border Color

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

This div border color is #480525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480525


Comments

No comments written yet.

Please login to write comment.