Color Hex Logo

#480aba Color Hex

#480ABA
(72,10,186)
0 Favorites   0 Comments

Color spaces of #480aba

RGB 7210186
HSL0.730.900.38
HSV261°95°73°
CMYK 0.610.950.00   0.27
XYZ11.64405.140046.8328
Yxy5.14000.18300.0808
Hunter Lab22.671652.0014-106.6056
CIE-Lab27.130062.4224-76.6089

#480aba color RGB value is (72,10,186).

#480aba hex color red value is 72, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #480aba hue: 0.73 , saturation: 0.90 and the lightness value of 480aba is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001010 10111010
Octal 110 12 272
Decimal 72 10 186
Hex 48 A BA

RGB Percentages of Color #480aba

%26.87
%3.73
%69.40

CMYK Percentages of Color #480aba

%61
%95
%0
%27

Triadic Colors of #480aba

#480aba #ba480a #0aba48

Analogous Colors of #480aba

#480aba #a00aba #0a24ba

Monochromatic Colors of #480aba

#480aba

Complementary Color

#480aba #7cba0a

#480aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#480aba Color CSS Codes

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

#480aba Text Font Color

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

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


#480aba Background Color

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

This div background color is #480aba


#480aba Border Color

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

This div border color is #480aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480aba


Comments

No comments written yet.

Please login to write comment.