Color Hex Logo

#480fbf Color Hex

#480FBF
(72,15,191)
0 Favorites   0 Comments

Color spaces of #480fbf

RGB 7215191
HSL0.720.850.40
HSV259°92°75°
CMYK 0.620.920.00   0.25
XYZ12.24735.481049.7026
Yxy5.48100.18160.0813
Hunter Lab23.411552.4087-109.4844
CIE-Lab28.063462.6157-78.0224

#480fbf color RGB value is (72,15,191).

#480fbf hex color red value is 72, green value is 15 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #480fbf hue: 0.72 , saturation: 0.85 and the lightness value of 480fbf is 0.40.

The process color (four color CMYK) of #480fbf color hex is 0.62, 0.92, 0.00, 0.25. Web safe color of #480fbf is #3300cc. Color #480fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001111 10111111
Octal 110 17 277
Decimal 72 15 191
Hex 48 F BF

RGB Percentages of Color #480fbf

%25.90
%5.40
%68.71

CMYK Percentages of Color #480fbf

%62
%92
%0
%25

Triadic Colors of #480fbf

#480fbf #bf480f #0fbf48

Analogous Colors of #480fbf

#480fbf #a00fbf #0f2ebf

Monochromatic Colors of #480fbf

#480fbf

Complementary Color

#480fbf #86bf0f

#480fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#480fbf Color CSS Codes

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

#480fbf Text Font Color

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

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


#480fbf Background Color

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

This div background color is #480fbf


#480fbf Border Color

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

This div border color is #480fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480fbf


Comments

No comments written yet.

Please login to write comment.