Color Hex Logo

#480aae Color Hex

#480AAE
(72,10,174)
0 Favorites   0 Comments

Color spaces of #480aae

RGB 7210174
HSL0.730.890.36
HSV263°94°68°
CMYK 0.590.940.00   0.32
XYZ10.42104.650840.3928
Yxy4.65080.18790.0839
Hunter Lab21.565748.5149-95.9548
CIE-Lab25.715859.5002-71.7832

#480aae color RGB value is (72,10,174).

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

The process color (four color CMYK) of #480aae color hex is 0.59, 0.94, 0.00, 0.32. Web safe color of #480aae is #330099. Color #480aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001010 10101110
Octal 110 12 256
Decimal 72 10 174
Hex 48 A AE

RGB Percentages of Color #480aae

%28.13
%3.91
%67.97

CMYK Percentages of Color #480aae

%59
%94
%0
%32

Triadic Colors of #480aae

#480aae #ae480a #0aae48

Analogous Colors of #480aae

#480aae #9a0aae #0a1eae

Monochromatic Colors of #480aae

#480aae

Complementary Color

#480aae #70ae0a

#480aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#480aae Color CSS Codes

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

#480aae Text Font Color

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

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


#480aae Background Color

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

This div background color is #480aae


#480aae Border Color

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

This div border color is #480aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480aae


Comments

No comments written yet.

Please login to write comment.