Color Hex Logo

#480845 Color Hex

#480845
(72,8,69)
0 Favorites   0 Comments

Color spaces of #480845

RGB 72869
HSL0.840.800.16
HSV303°89°28°
CMYK 0.000.890.04   0.72
XYZ3.83351.98115.8106
Yxy1.98110.32980.1704
Hunter Lab14.075223.9846-14.6239
CIE-Lab15.387736.1783-21.1812

#480845 color RGB value is (72,8,69).

#480845 hex color red value is 72, green value is 8 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #480845 hue: 0.84 , saturation: 0.80 and the lightness value of 480845 is 0.16.

The process color (four color CMYK) of #480845 color hex is 0.00, 0.89, 0.04, 0.72. Web safe color of #480845 is #330033. Color #480845 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001000 01000101
Octal 110 10 105
Decimal 72 8 69
Hex 48 8 45

RGB Percentages of Color #480845

%48.32
%5.37
%46.31

CMYK Percentages of Color #480845

%0
%89
%4
%72

Triadic Colors of #480845

#480845 #454808 #084548

Analogous Colors of #480845

#480845 #480825 #2b0848

Monochromatic Colors of #480845

#480845

Complementary Color

#480845 #08480b

#480845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480845 Color CSS Codes

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

#480845 Text Font Color

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

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


#480845 Background Color

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

This div background color is #480845


#480845 Border Color

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

This div border color is #480845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480845


Comments

No comments written yet.

Please login to write comment.