Color Hex Logo

#480aef Color Hex

#480AEF
(72,10,239)
0 Favorites   0 Comments

Color spaces of #480aef

RGB 7210239
HSL0.710.920.49
HSV256°96°94°
CMYK 0.700.960.00   0.06
XYZ18.36107.826882.2043
Yxy7.82680.16940.0722
Hunter Lab27.976468.1913-154.6308
CIE-Lab33.619575.1614-96.5623

#480aef color RGB value is (72,10,239).

#480aef hex color red value is 72, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #480aef hue: 0.71 , saturation: 0.92 and the lightness value of 480aef is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001010 11101111
Octal 110 12 357
Decimal 72 10 239
Hex 48 A EF

RGB Percentages of Color #480aef

%22.43
%3.12
%74.45

CMYK Percentages of Color #480aef

%70
%96
%0
%6

Triadic Colors of #480aef

#480aef #ef480a #0aef48

Analogous Colors of #480aef

#480aef #bb0aef #0a3fef

Monochromatic Colors of #480aef

#480aef

Complementary Color

#480aef #b1ef0a

#480aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#480aef Color CSS Codes

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

#480aef Text Font Color

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

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


#480aef Background Color

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

This div background color is #480aef


#480aef Border Color

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

This div border color is #480aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480aef


Comments

No comments written yet.

Please login to write comment.