Color Hex Logo

#480876 Color Hex

#480876
(72,8,118)
0 Favorites   0 Comments

Color spaces of #480876

RGB 728118
HSL0.760.870.25
HSV275°93°46°
CMYK 0.390.930.00   0.54
XYZ6.02932.859417.3737
Yxy2.85940.22960.1089
Hunter Lab16.909834.0534-49.0799
CIE-Lab19.471846.5141-47.3195

#480876 color RGB value is (72,8,118).

#480876 hex color red value is 72, green value is 8 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #480876 hue: 0.76 , saturation: 0.87 and the lightness value of 480876 is 0.25.

The process color (four color CMYK) of #480876 color hex is 0.39, 0.93, 0.00, 0.54. Web safe color of #480876 is #330066. Color #480876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001000 01110110
Octal 110 10 166
Decimal 72 8 118
Hex 48 8 76

RGB Percentages of Color #480876

%36.36
%4.04
%59.60

CMYK Percentages of Color #480876

%39
%93
%0
%54

Triadic Colors of #480876

#480876 #764808 #087648

Analogous Colors of #480876

#480876 #76086d #110876

Monochromatic Colors of #480876

#480876

Complementary Color

#480876 #367608

#480876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480876 Color CSS Codes

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

#480876 Text Font Color

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

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


#480876 Background Color

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

This div background color is #480876


#480876 Border Color

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

This div border color is #480876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480876


Comments

No comments written yet.

Please login to write comment.