Color Hex Logo

#480eac Color Hex

#480EAC
(72,14,172)
0 Favorites   0 Comments

Color spaces of #480eac

RGB 7214172
HSL0.730.850.36
HSV262°92°67°
CMYK 0.580.920.00   0.33
XYZ10.27594.670439.3896
Yxy4.67040.18910.0860
Hunter Lab21.611147.0558-92.9375
CIE-Lab25.774358.1321-70.4826

#480eac color RGB value is (72,14,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001110 10101100
Octal 110 16 254
Decimal 72 14 172
Hex 48 E AC

RGB Percentages of Color #480eac

%27.91
%5.43
%66.67

CMYK Percentages of Color #480eac

%58
%92
%0
%33

Triadic Colors of #480eac

#480eac #ac480e #0eac48

Analogous Colors of #480eac

#480eac #970eac #0e23ac

Monochromatic Colors of #480eac

#480eac

Complementary Color

#480eac #72ac0e

#480eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#480eac Color CSS Codes

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

#480eac Text Font Color

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

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


#480eac Background Color

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

This div background color is #480eac


#480eac Border Color

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

This div border color is #480eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480eac


Comments

No comments written yet.

Please login to write comment.