Color Hex Logo

#480fff Color Hex

#480FFF
(72,15,255)
0 Favorites   0 Comments

Color spaces of #480fff

RGB 7215255
HSL0.711.000.53
HSV254°94°100°
CMYK 0.720.940.00   0.00
XYZ20.89338.939495.2320
Yxy8.93940.16710.0715
Hunter Lab29.898872.4128-167.9179
CIE-Lab35.867478.1923-101.8394

#480fff color RGB value is (72,15,255).

#480fff hex color red value is 72, green value is 15 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #480fff hue: 0.71 , saturation: 1.00 and the lightness value of 480fff is 0.53.

The process color (four color CMYK) of #480fff color hex is 0.72, 0.94, 0.00, 0.00. Web safe color of #480fff is #3300ff. Color #480fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001111 11111111
Octal 110 17 377
Decimal 72 15 255
Hex 48 F FF

RGB Percentages of Color #480fff

%21.05
%4.39
%74.56

CMYK Percentages of Color #480fff

%72
%94
%0
%0

Triadic Colors of #480fff

#480fff #ff480f #0fff48

Analogous Colors of #480fff

#480fff #c00fff #0f4eff

Monochromatic Colors of #480fff

#480fff

Complementary Color

#480fff #c6ff0f

#480fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#480fff Color CSS Codes

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

#480fff Text Font Color

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

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


#480fff Background Color

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

This div background color is #480fff


#480fff Border Color

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

This div border color is #480fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480fff


Comments

No comments written yet.

Please login to write comment.