Color Hex Logo

#480797 Color Hex

#480797
(72,7,151)
0 Favorites   0 Comments

Color spaces of #480797

RGB 727151
HSL0.740.910.31
HSV267°95°59°
CMYK 0.520.950.00   0.41
XYZ8.33443.764029.5654
Yxy3.76400.20000.0903
Hunter Lab19.401042.7292-76.7718
CIE-Lab22.875454.5679-62.4839

#480797 color RGB value is (72,7,151).

#480797 hex color red value is 72, green value is 7 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #480797 hue: 0.74 , saturation: 0.91 and the lightness value of 480797 is 0.31.

The process color (four color CMYK) of #480797 color hex is 0.52, 0.95, 0.00, 0.41. Web safe color of #480797 is #330099. Color #480797 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000111 10010111
Octal 110 7 227
Decimal 72 7 151
Hex 48 7 97

RGB Percentages of Color #480797

%31.30
%3.04
%65.65

CMYK Percentages of Color #480797

%52
%95
%0
%41

Triadic Colors of #480797

#480797 #974807 #079748

Analogous Colors of #480797

#480797 #900797 #070e97

Monochromatic Colors of #480797

#480797

Complementary Color

#480797 #569707

#480797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480797 Color CSS Codes

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

#480797 Text Font Color

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

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


#480797 Background Color

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

This div background color is #480797


#480797 Border Color

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

This div border color is #480797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480797


Comments

No comments written yet.

Please login to write comment.