Color Hex Logo

#480ddc Color Hex

#480DDC
(72,13,220)
0 Favorites   0 Comments

Color spaces of #480ddc

RGB 7213220
HSL0.710.890.46
HSV257°94°86°
CMYK 0.670.940.00   0.14
XYZ15.73476.832968.1997
Yxy6.83290.17340.0753
Hunter Lab26.139861.7023-136.3918
CIE-Lab31.423470.1314-89.3568

#480ddc color RGB value is (72,13,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001101 11011100
Octal 110 15 334
Decimal 72 13 220
Hex 48 D DC

RGB Percentages of Color #480ddc

%23.61
%4.26
%72.13

CMYK Percentages of Color #480ddc

%67
%94
%0
%14

Triadic Colors of #480ddc

#480ddc #dc480d #0ddc48

Analogous Colors of #480ddc

#480ddc #b00ddc #0d39dc

Monochromatic Colors of #480ddc

#480ddc

Complementary Color

#480ddc #a1dc0d

#480ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#480ddc Color CSS Codes

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

#480ddc Text Font Color

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

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


#480ddc Background Color

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

This div background color is #480ddc


#480ddc Border Color

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

This div border color is #480ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480ddc


Comments

No comments written yet.

Please login to write comment.