Color Hex Logo

#480bbc Color Hex

#480BBC
(72,11,188)
0 Favorites   0 Comments

Color spaces of #480bbc

RGB 7211188
HSL0.720.890.39
HSV261°94°74°
CMYK 0.620.940.00   0.26
XYZ11.86935.247947.9643
Yxy5.24790.18240.0806
Hunter Lab22.908352.3953-108.1028
CIE-Lab27.429762.7219-77.2984

#480bbc color RGB value is (72,11,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001011 10111100
Octal 110 13 274
Decimal 72 11 188
Hex 48 B BC

RGB Percentages of Color #480bbc

%26.57
%4.06
%69.37

CMYK Percentages of Color #480bbc

%62
%94
%0
%26

Triadic Colors of #480bbc

#480bbc #bc480b #0bbc48

Analogous Colors of #480bbc

#480bbc #a10bbc #0b26bc

Monochromatic Colors of #480bbc

#480bbc

Complementary Color

#480bbc #7fbc0b

#480bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#480bbc Color CSS Codes

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

#480bbc Text Font Color

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

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


#480bbc Background Color

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

This div background color is #480bbc


#480bbc Border Color

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

This div border color is #480bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480bbc


Comments

No comments written yet.

Please login to write comment.