Color Hex Logo

#480d57 Color Hex

#480D57
(72,13,87)
0 Favorites   0 Comments

Color spaces of #480d57

RGB 721387
HSL0.800.740.20
HSV288°85°34°
CMYK 0.170.850.00   0.66
XYZ4.53672.35379.2320
Yxy2.35370.28140.1460
Hunter Lab15.341825.9359-24.9389
CIE-Lab17.243638.0806-30.5469

#480d57 color RGB value is (72,13,87).

#480d57 hex color red value is 72, green value is 13 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #480d57 hue: 0.80 , saturation: 0.74 and the lightness value of 480d57 is 0.20.

The process color (four color CMYK) of #480d57 color hex is 0.17, 0.85, 0.00, 0.66. Web safe color of #480d57 is #330066. Color #480d57 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001101 01010111
Octal 110 15 127
Decimal 72 13 87
Hex 48 D 57

RGB Percentages of Color #480d57

%41.86
%7.56
%50.58

CMYK Percentages of Color #480d57

%17
%85
%0
%66

Triadic Colors of #480d57

#480d57 #57480d #0d5748

Analogous Colors of #480d57

#480d57 #570d41 #230d57

Monochromatic Colors of #480d57

#480d57

Complementary Color

#480d57 #1c570d

#480d57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480d57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480d57 Color CSS Codes

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

#480d57 Text Font Color

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

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


#480d57 Background Color

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

This div background color is #480d57


#480d57 Border Color

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

This div border color is #480d57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480d57


Comments

No comments written yet.

Please login to write comment.