Color Hex Logo

#480361 Color Hex

#480361
(72,3,97)
0 Favorites   0 Comments

Color spaces of #480361

RGB 72397
HSL0.790.940.20
HSV284°97°38°
CMYK 0.260.970.00   0.62
XYZ4.86272.305911.4981
Yxy2.30590.26050.1235
Hunter Lab15.185230.5863-34.2643
CIE-Lab17.017043.3016-37.6075

#480361 color RGB value is (72,3,97).

#480361 hex color red value is 72, green value is 3 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #480361 hue: 0.79 , saturation: 0.94 and the lightness value of 480361 is 0.20.

The process color (four color CMYK) of #480361 color hex is 0.26, 0.97, 0.00, 0.62. Web safe color of #480361 is #330066. Color #480361 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000011 01100001
Octal 110 3 141
Decimal 72 3 97
Hex 48 3 61

RGB Percentages of Color #480361

%41.86
%1.74
%56.40

CMYK Percentages of Color #480361

%26
%97
%0
%62

Triadic Colors of #480361

#480361 #614803 #036148

Analogous Colors of #480361

#480361 #61034b #190361

Monochromatic Colors of #480361

#480361

Complementary Color

#480361 #1c6103

#480361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480361 Color CSS Codes

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

#480361 Text Font Color

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

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


#480361 Background Color

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

This div background color is #480361


#480361 Border Color

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

This div border color is #480361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480361


Comments

No comments written yet.

Please login to write comment.