Color Hex Logo

#480bba Color Hex

#480BBA
(72,11,186)
0 Favorites   0 Comments

Color spaces of #480bba

RGB 7211186
HSL0.720.890.39
HSV261°94°73°
CMYK 0.610.940.00   0.27
XYZ11.65515.162246.8365
Yxy5.16220.18310.0811
Hunter Lab22.720551.8057-106.3174
CIE-Lab27.192062.2340-76.5060

#480bba color RGB value is (72,11,186).

#480bba hex color red value is 72, green value is 11 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #480bba hue: 0.72 , saturation: 0.89 and the lightness value of 480bba is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001011 10111010
Octal 110 13 272
Decimal 72 11 186
Hex 48 B BA

RGB Percentages of Color #480bba

%26.77
%4.09
%69.14

CMYK Percentages of Color #480bba

%61
%94
%0
%27

Triadic Colors of #480bba

#480bba #ba480b #0bba48

Analogous Colors of #480bba

#480bba #a00bba #0b25ba

Monochromatic Colors of #480bba

#480bba

Complementary Color

#480bba #7dba0b

#480bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#480bba Color CSS Codes

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

#480bba Text Font Color

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

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


#480bba Background Color

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

This div background color is #480bba


#480bba Border Color

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

This div border color is #480bba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,11,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 #480bba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480bba


Comments

No comments written yet.

Please login to write comment.