Color Hex Logo

#480caa Color Hex

#480CAA
(72,12,170)
0 Favorites   0 Comments

Color spaces of #480caa

RGB 7212170
HSL0.730.870.36
HSV263°93°67°
CMYK 0.580.930.00   0.33
XYZ10.05974.542938.3769
Yxy4.54290.18990.0857
Hunter Lab21.314146.9478-91.8343
CIE-Lab25.390758.1034-69.9122

#480caa color RGB value is (72,12,170).

#480caa hex color red value is 72, green value is 12 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #480caa hue: 0.73 , saturation: 0.87 and the lightness value of 480caa is 0.36.

The process color (four color CMYK) of #480caa color hex is 0.58, 0.93, 0.00, 0.33. Web safe color of #480caa is #330099. Color #480caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001100 10101010
Octal 110 14 252
Decimal 72 12 170
Hex 48 C AA

RGB Percentages of Color #480caa

%28.35
%4.72
%66.93

CMYK Percentages of Color #480caa

%58
%93
%0
%33

Triadic Colors of #480caa

#480caa #aa480c #0caa48

Analogous Colors of #480caa

#480caa #970caa #0c1faa

Monochromatic Colors of #480caa

#480caa

Complementary Color

#480caa #6eaa0c

#480caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#480caa Color CSS Codes

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

#480caa Text Font Color

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

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


#480caa Background Color

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

This div background color is #480caa


#480caa Border Color

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

This div border color is #480caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480caa


Comments

No comments written yet.

Please login to write comment.