Color Hex Logo

#480dbc Color Hex

#480DBC
(72,13,188)
0 Favorites   0 Comments

Color spaces of #480dbc

RGB 7213188
HSL0.720.870.39
HSV260°93°74°
CMYK 0.620.930.00   0.26
XYZ11.89355.296447.9724
Yxy5.29640.18250.0813
Hunter Lab23.013951.9738-107.4800
CIE-Lab27.563062.3168-77.0770

#480dbc color RGB value is (72,13,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001101 10111100
Octal 110 15 274
Decimal 72 13 188
Hex 48 D BC

RGB Percentages of Color #480dbc

%26.37
%4.76
%68.86

CMYK Percentages of Color #480dbc

%62
%93
%0
%26

Triadic Colors of #480dbc

#480dbc #bc480d #0dbc48

Analogous Colors of #480dbc

#480dbc #a00dbc #0d2abc

Monochromatic Colors of #480dbc

#480dbc

Complementary Color

#480dbc #81bc0d

#480dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#480dbc Color CSS Codes

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

#480dbc Text Font Color

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

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


#480dbc Background Color

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

This div background color is #480dbc


#480dbc Border Color

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

This div border color is #480dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480dbc


Comments

No comments written yet.

Please login to write comment.