Color Hex Logo

#480afc Color Hex

#480AFC
(72,10,252)
0 Favorites   0 Comments

Color spaces of #480afc

RGB 7210252
HSL0.710.980.51
HSV255°96°99°
CMYK 0.710.960.00   0.01
XYZ20.35178.623192.6872
Yxy8.62310.16730.0709
Hunter Lab29.365172.3217-166.5857
CIE-Lab35.248378.2306-101.1878

#480afc color RGB value is (72,10,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001010 11111100
Octal 110 12 374
Decimal 72 10 252
Hex 48 A FC

RGB Percentages of Color #480afc

%21.56
%2.99
%75.45

CMYK Percentages of Color #480afc

%71
%96
%0
%1

Triadic Colors of #480afc

#480afc #fc480a #0afc48

Analogous Colors of #480afc

#480afc #c10afc #0a45fc

Monochromatic Colors of #480afc

#480afc

Complementary Color

#480afc #befc0a

#480afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#480afc Color CSS Codes

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

#480afc Text Font Color

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

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


#480afc Background Color

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

This div background color is #480afc


#480afc Border Color

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

This div border color is #480afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480afc


Comments

No comments written yet.

Please login to write comment.