Color Hex Logo

#480afa Color Hex

#480AFA
(72,10,250)
0 Favorites   0 Comments

Color spaces of #480afa

RGB 7210250
HSL0.710.960.51
HSV256°96°98°
CMYK 0.710.960.00   0.02
XYZ20.03638.496991.0265
Yxy8.49690.16760.0711
Hunter Lab29.149471.6831-164.7434
CIE-Lab34.997077.7602-100.4821

#480afa color RGB value is (72,10,250).

#480afa hex color red value is 72, green value is 10 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #480afa hue: 0.71 , saturation: 0.96 and the lightness value of 480afa is 0.51.

The process color (four color CMYK) of #480afa color hex is 0.71, 0.96, 0.00, 0.02. Web safe color of #480afa is #3300ff. Color #480afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001010 11111010
Octal 110 12 372
Decimal 72 10 250
Hex 48 A FA

RGB Percentages of Color #480afa

%21.69
%3.01
%75.30

CMYK Percentages of Color #480afa

%71
%96
%0
%2

Triadic Colors of #480afa

#480afa #fa480a #0afa48

Analogous Colors of #480afa

#480afa #c00afa #0a44fa

Monochromatic Colors of #480afa

#480afa

Complementary Color

#480afa #bcfa0a

#480afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#480afa Color CSS Codes

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

#480afa Text Font Color

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

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


#480afa Background Color

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

This div background color is #480afa


#480afa Border Color

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

This div border color is #480afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480afa


Comments

No comments written yet.

Please login to write comment.