Color Hex Logo

#480ead Color Hex

#480EAD
(72,14,173)
0 Favorites   0 Comments

Color spaces of #480ead

RGB 7214173
HSL0.730.850.37
HSV262°92°68°
CMYK 0.580.920.00   0.32
XYZ10.37244.708939.8974
Yxy4.70890.18870.0856
Hunter Lab21.700047.3464-93.8200
CIE-Lab25.888858.3820-70.8950

#480ead color RGB value is (72,14,173).

#480ead hex color red value is 72, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #480ead hue: 0.73 , saturation: 0.85 and the lightness value of 480ead is 0.37.

The process color (four color CMYK) of #480ead color hex is 0.58, 0.92, 0.00, 0.32. Web safe color of #480ead is #330099. Color #480ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001110 10101101
Octal 110 16 255
Decimal 72 14 173
Hex 48 E AD

RGB Percentages of Color #480ead

%27.80
%5.41
%66.80

CMYK Percentages of Color #480ead

%58
%92
%0
%32

Triadic Colors of #480ead

#480ead #ad480e #0ead48

Analogous Colors of #480ead

#480ead #980ead #0e23ad

Monochromatic Colors of #480ead

#480ead

Complementary Color

#480ead #73ad0e

#480ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#480ead Color CSS Codes

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

#480ead Text Font Color

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

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


#480ead Background Color

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

This div background color is #480ead


#480ead Border Color

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

This div border color is #480ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480ead


Comments

No comments written yet.

Please login to write comment.