Color Hex Logo

#480364 Color Hex

#480364
(72,3,100)
0 Favorites   0 Comments

Color spaces of #480364

RGB 723100
HSL0.790.940.20
HSV283°97°39°
CMYK 0.280.970.00   0.61
XYZ5.00532.362912.2489
Yxy2.36290.25510.1205
Hunter Lab15.371731.2222-36.4848
CIE-Lab17.286943.9354-39.1566

#480364 color RGB value is (72,3,100).

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

The process color (four color CMYK) of #480364 color hex is 0.28, 0.97, 0.00, 0.61. Web safe color of #480364 is #330066. Color #480364 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000011 01100100
Octal 110 3 144
Decimal 72 3 100
Hex 48 3 64

RGB Percentages of Color #480364

%41.14
%1.71
%57.14

CMYK Percentages of Color #480364

%28
%97
%0
%61

Triadic Colors of #480364

#480364 #644803 #036448

Analogous Colors of #480364

#480364 #64034f #180364

Monochromatic Colors of #480364

#480364

Complementary Color

#480364 #1f6403

#480364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480364 Color CSS Codes

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

#480364 Text Font Color

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

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


#480364 Background Color

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

This div background color is #480364


#480364 Border Color

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

This div border color is #480364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480364


Comments

No comments written yet.

Please login to write comment.