Color Hex Logo

#480bad Color Hex

#480BAD
(72,11,173)
0 Favorites   0 Comments

Color spaces of #480bad

RGB 7211173
HSL0.730.880.36
HSV263°94°68°
CMYK 0.580.940.00   0.32
XYZ10.33504.634239.8849
Yxy4.63420.18840.0845
Hunter Lab21.527248.0236-94.7816
CIE-Lab25.666159.0543-71.2640

#480bad color RGB value is (72,11,173).

#480bad hex color red value is 72, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #480bad hue: 0.73 , saturation: 0.88 and the lightness value of 480bad is 0.36.

The process color (four color CMYK) of #480bad color hex is 0.58, 0.94, 0.00, 0.32. Web safe color of #480bad is #330099. Color #480bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001011 10101101
Octal 110 13 255
Decimal 72 11 173
Hex 48 B AD

RGB Percentages of Color #480bad

%28.13
%4.30
%67.58

CMYK Percentages of Color #480bad

%58
%94
%0
%32

Triadic Colors of #480bad

#480bad #ad480b #0bad48

Analogous Colors of #480bad

#480bad #990bad #0b1fad

Monochromatic Colors of #480bad

#480bad

Complementary Color

#480bad #70ad0b

#480bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#480bad Color CSS Codes

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

#480bad Text Font Color

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

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


#480bad Background Color

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

This div background color is #480bad


#480bad Border Color

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

This div border color is #480bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480bad


Comments

No comments written yet.

Please login to write comment.