Color Hex Logo

#480ffd Color Hex

#480FFD
(72,15,253)
0 Favorites   0 Comments

Color spaces of #480ffd

RGB 7215253
HSL0.710.980.53
HSV254°94°99°
CMYK 0.720.940.00   0.01
XYZ20.57298.811293.5449
Yxy8.81120.16740.0717
Hunter Lab29.683771.7668-166.0675
CIE-Lab35.618277.7158-101.1328

#480ffd color RGB value is (72,15,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001111 11111101
Octal 110 17 375
Decimal 72 15 253
Hex 48 F FD

RGB Percentages of Color #480ffd

%21.18
%4.41
%74.41

CMYK Percentages of Color #480ffd

%72
%94
%0
%1

Triadic Colors of #480ffd

#480ffd #fd480f #0ffd48

Analogous Colors of #480ffd

#480ffd #bf0ffd #0f4dfd

Monochromatic Colors of #480ffd

#480ffd

Complementary Color

#480ffd #c4fd0f

#480ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#480ffd Color CSS Codes

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

#480ffd Text Font Color

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

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


#480ffd Background Color

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

This div background color is #480ffd


#480ffd Border Color

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

This div border color is #480ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480ffd


Comments

No comments written yet.

Please login to write comment.