Color Hex Logo

#480bfe Color Hex

#480BFE
(72,11,254)
0 Favorites   0 Comments

Color spaces of #480bfe

RGB 7211254
HSL0.710.990.52
HSV255°96°100°
CMYK 0.720.960.00   0.00
XYZ20.68168.772894.3692
Yxy8.77280.16700.0708
Hunter Lab29.618972.8057-168.1714
CIE-Lab35.543178.5672-101.8191

#480bfe color RGB value is (72,11,254).

#480bfe hex color red value is 72, green value is 11 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #480bfe hue: 0.71 , saturation: 0.99 and the lightness value of 480bfe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001011 11111110
Octal 110 13 376
Decimal 72 11 254
Hex 48 B FE

RGB Percentages of Color #480bfe

%21.36
%3.26
%75.37

CMYK Percentages of Color #480bfe

%72
%96
%0
%0

Triadic Colors of #480bfe

#480bfe #fe480b #0bfe48

Analogous Colors of #480bfe

#480bfe #c20bfe #0b47fe

Monochromatic Colors of #480bfe

#480bfe

Complementary Color

#480bfe #c1fe0b

#480bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#480bfe Color CSS Codes

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

#480bfe Text Font Color

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

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


#480bfe Background Color

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

This div background color is #480bfe


#480bfe Border Color

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

This div border color is #480bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480bfe


Comments

No comments written yet.

Please login to write comment.