Color Hex Logo

#480ddb Color Hex

#480DDB
(72,13,219)
0 Favorites   0 Comments

Color spaces of #480ddb

RGB 7213219
HSL0.710.890.45
HSV257°94°86°
CMYK 0.670.940.00   0.14
XYZ15.60266.780067.5042
Yxy6.78000.17360.0754
Hunter Lab26.038461.3925-135.4814
CIE-Lab31.300769.8898-88.9846

#480ddb color RGB value is (72,13,219).

#480ddb hex color red value is 72, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #480ddb hue: 0.71 , saturation: 0.89 and the lightness value of 480ddb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001101 11011011
Octal 110 15 333
Decimal 72 13 219
Hex 48 D DB

RGB Percentages of Color #480ddb

%23.68
%4.28
%72.04

CMYK Percentages of Color #480ddb

%67
%94
%0
%14

Triadic Colors of #480ddb

#480ddb #db480d #0ddb48

Analogous Colors of #480ddb

#480ddb #af0ddb #0d39db

Monochromatic Colors of #480ddb

#480ddb

Complementary Color

#480ddb #a0db0d

#480ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#480ddb Color CSS Codes

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

#480ddb Text Font Color

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

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


#480ddb Background Color

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

This div background color is #480ddb


#480ddb Border Color

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

This div border color is #480ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480ddb


Comments

No comments written yet.

Please login to write comment.