Color Hex Logo

#480eab Color Hex

#480EAB
(72,14,171)
0 Favorites   0 Comments

Color spaces of #480eab

RGB 7214171
HSL0.730.850.36
HSV262°92°67°
CMYK 0.580.920.00   0.33
XYZ10.18024.632138.8856
Yxy4.63210.18960.0863
Hunter Lab21.522346.7677-92.0570
CIE-Lab25.659857.8839-70.0696

#480eab color RGB value is (72,14,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001110 10101011
Octal 110 16 253
Decimal 72 14 171
Hex 48 E AB

RGB Percentages of Color #480eab

%28.02
%5.45
%66.54

CMYK Percentages of Color #480eab

%58
%92
%0
%33

Triadic Colors of #480eab

#480eab #ab480e #0eab48

Analogous Colors of #480eab

#480eab #970eab #0e23ab

Monochromatic Colors of #480eab

#480eab

Complementary Color

#480eab #71ab0e

#480eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#480eab Color CSS Codes

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

#480eab Text Font Color

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

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


#480eab Background Color

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

This div background color is #480eab


#480eab Border Color

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

This div border color is #480eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480eab


Comments

No comments written yet.

Please login to write comment.