Color Hex Logo

#480fad Color Hex

#480FAD
(72,15,173)
0 Favorites   0 Comments

Color spaces of #480fad

RGB 7215173
HSL0.730.840.37
HSV262°91°68°
CMYK 0.580.910.00   0.32
XYZ10.38614.736539.9020
Yxy4.73650.18880.0861
Hunter Lab21.763547.0986-93.4700
CIE-Lab25.970558.1351-70.7597

#480fad color RGB value is (72,15,173).

#480fad hex color red value is 72, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #480fad hue: 0.73 , saturation: 0.84 and the lightness value of 480fad is 0.37.

The process color (four color CMYK) of #480fad color hex is 0.58, 0.91, 0.00, 0.32. Web safe color of #480fad is #330099. Color #480fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001111 10101101
Octal 110 17 255
Decimal 72 15 173
Hex 48 F AD

RGB Percentages of Color #480fad

%27.69
%5.77
%66.54

CMYK Percentages of Color #480fad

%58
%91
%0
%32

Triadic Colors of #480fad

#480fad #ad480f #0fad48

Analogous Colors of #480fad

#480fad #970fad #0f25ad

Monochromatic Colors of #480fad

#480fad

Complementary Color

#480fad #74ad0f

#480fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#480fad Color CSS Codes

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

#480fad Text Font Color

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

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


#480fad Background Color

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

This div background color is #480fad


#480fad Border Color

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

This div border color is #480fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480fad


Comments

No comments written yet.

Please login to write comment.