Color Hex Logo

#480ade Color Hex

#480ADE
(72,10,222)
0 Favorites   0 Comments

Color spaces of #480ade

RGB 7210222
HSL0.720.910.45
HSV258°95°87°
CMYK 0.680.950.00   0.13
XYZ15.96586.868769.5915
Yxy6.86870.17270.0743
Hunter Lab26.208262.8762-139.0889
CIE-Lab31.506171.1126-90.3705

#480ade color RGB value is (72,10,222).

#480ade hex color red value is 72, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #480ade hue: 0.72 , saturation: 0.91 and the lightness value of 480ade is 0.45.

The process color (four color CMYK) of #480ade color hex is 0.68, 0.95, 0.00, 0.13. Web safe color of #480ade is #3300cc. Color #480ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001010 11011110
Octal 110 12 336
Decimal 72 10 222
Hex 48 A DE

RGB Percentages of Color #480ade

%23.68
%3.29
%73.03

CMYK Percentages of Color #480ade

%68
%95
%0
%13

Triadic Colors of #480ade

#480ade #de480a #0ade48

Analogous Colors of #480ade

#480ade #b20ade #0a36de

Monochromatic Colors of #480ade

#480ade

Complementary Color

#480ade #a0de0a

#480ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#480ade Color CSS Codes

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

#480ade Text Font Color

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

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


#480ade Background Color

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

This div background color is #480ade


#480ade Border Color

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

This div border color is #480ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480ade


Comments

No comments written yet.

Please login to write comment.