Color Hex Logo

#480fdf Color Hex

#480FDF
(72,15,223)
0 Favorites   0 Comments

Color spaces of #480fdf

RGB 7215223
HSL0.710.870.47
HSV256°93°87°
CMYK 0.680.930.00   0.13
XYZ16.16267.047170.3204
Yxy7.04710.17280.0753
Hunter Lab26.546462.2225-138.4746
CIE-Lab31.913970.4838-90.2668

#480fdf color RGB value is (72,15,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001111 11011111
Octal 110 17 337
Decimal 72 15 223
Hex 48 F DF

RGB Percentages of Color #480fdf

%23.23
%4.84
%71.94

CMYK Percentages of Color #480fdf

%68
%93
%0
%13

Triadic Colors of #480fdf

#480fdf #df480f #0fdf48

Analogous Colors of #480fdf

#480fdf #b00fdf #0f3edf

Monochromatic Colors of #480fdf

#480fdf

Complementary Color

#480fdf #a6df0f

#480fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#480fdf Color CSS Codes

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

#480fdf Text Font Color

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

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


#480fdf Background Color

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

This div background color is #480fdf


#480fdf Border Color

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

This div border color is #480fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480fdf


Comments

No comments written yet.

Please login to write comment.