Color Hex Logo

#480553 Color Hex

#480553
(72,5,83)
0 Favorites   0 Comments

Color spaces of #480553

RGB 72583
HSL0.810.890.17
HSV292°94°33°
CMYK 0.130.940.00   0.67
XYZ4.28812.11088.3650
Yxy2.11080.29040.1430
Hunter Lab14.528627.2591-23.9669
CIE-Lab16.058339.8145-29.7492

#480553 color RGB value is (72,5,83).

#480553 hex color red value is 72, green value is 5 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #480553 hue: 0.81 , saturation: 0.89 and the lightness value of 480553 is 0.17.

The process color (four color CMYK) of #480553 color hex is 0.13, 0.94, 0.00, 0.67. Web safe color of #480553 is #330066. Color #480553 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000101 01010011
Octal 110 5 123
Decimal 72 5 83
Hex 48 5 53

RGB Percentages of Color #480553

%45.00
%3.13
%51.88

CMYK Percentages of Color #480553

%13
%94
%0
%67

Triadic Colors of #480553

#480553 #534805 #055348

Analogous Colors of #480553

#480553 #530537 #210553

Monochromatic Colors of #480553

#480553

Complementary Color

#480553 #105305

#480553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480553 Color CSS Codes

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

#480553 Text Font Color

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

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


#480553 Background Color

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

This div background color is #480553


#480553 Border Color

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

This div border color is #480553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480553


Comments

No comments written yet.

Please login to write comment.