Color Hex Logo

#480544 Color Hex

#480544
(72,5,68)
0 Favorites   0 Comments

Color spaces of #480544

RGB 72568
HSL0.840.870.15
HSV304°93°28°
CMYK 0.000.930.06   0.72
XYZ3.77011.90365.6376
Yxy1.90360.33330.1683
Hunter Lab13.797124.6307-14.5684
CIE-Lab14.973037.0155-21.1415

#480544 color RGB value is (72,5,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000101 01000100
Octal 110 5 104
Decimal 72 5 68
Hex 48 5 44

RGB Percentages of Color #480544

%49.66
%3.45
%46.90

CMYK Percentages of Color #480544

%0
%93
%6
%72

Triadic Colors of #480544

#480544 #444805 #054448

Analogous Colors of #480544

#480544 #480523 #2b0548

Monochromatic Colors of #480544

#480544

Complementary Color

#480544 #054809

#480544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480544 Color CSS Codes

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

#480544 Text Font Color

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

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


#480544 Background Color

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

This div background color is #480544


#480544 Border Color

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

This div border color is #480544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480544


Comments

No comments written yet.

Please login to write comment.