Color Hex Logo

#480edf Color Hex

#480EDF
(72,14,223)
0 Favorites   0 Comments

Color spaces of #480edf

RGB 7214223
HSL0.710.880.46
HSV257°94°87°
CMYK 0.680.940.00   0.13
XYZ16.14887.019570.3158
Yxy7.01950.17270.0751
Hunter Lab26.494362.4340-138.8092
CIE-Lab31.851370.6750-90.3710

#480edf color RGB value is (72,14,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001110 11011111
Octal 110 16 337
Decimal 72 14 223
Hex 48 E DF

RGB Percentages of Color #480edf

%23.30
%4.53
%72.17

CMYK Percentages of Color #480edf

%68
%94
%0
%13

Triadic Colors of #480edf

#480edf #df480e #0edf48

Analogous Colors of #480edf

#480edf #b10edf #0e3ddf

Monochromatic Colors of #480edf

#480edf

Complementary Color

#480edf #a5df0e

#480edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#480edf Color CSS Codes

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

#480edf Text Font Color

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

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


#480edf Background Color

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

This div background color is #480edf


#480edf Border Color

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

This div border color is #480edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480edf


Comments

No comments written yet.

Please login to write comment.