Color Hex Logo

#480acf Color Hex

#480ACF
(72,10,207)
0 Favorites   0 Comments

Color spaces of #480acf

RGB 7210207
HSL0.720.910.43
HSV259°95°81°
CMYK 0.650.950.00   0.19
XYZ14.04356.099859.4687
Yxy6.09980.17640.0766
Hunter Lab24.697858.2765-125.4734
CIE-Lab29.662967.5088-84.7540

#480acf color RGB value is (72,10,207).

#480acf hex color red value is 72, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #480acf hue: 0.72 , saturation: 0.91 and the lightness value of 480acf is 0.43.

The process color (four color CMYK) of #480acf color hex is 0.65, 0.95, 0.00, 0.19. Web safe color of #480acf is #3300cc. Color #480acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001010 11001111
Octal 110 12 317
Decimal 72 10 207
Hex 48 A CF

RGB Percentages of Color #480acf

%24.91
%3.46
%71.63

CMYK Percentages of Color #480acf

%65
%95
%0
%19

Triadic Colors of #480acf

#480acf #cf480a #0acf48

Analogous Colors of #480acf

#480acf #ab0acf #0a2ecf

Monochromatic Colors of #480acf

#480acf

Complementary Color

#480acf #91cf0a

#480acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#480acf Color CSS Codes

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

#480acf Text Font Color

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

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


#480acf Background Color

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

This div background color is #480acf


#480acf Border Color

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

This div border color is #480acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480acf


Comments

No comments written yet.

Please login to write comment.