Color Hex Logo

#481eac Color Hex

#481EAC
(72,30,172)
0 Favorites   0 Comments

Color spaces of #481eac

RGB 7230172
HSL0.720.700.40
HSV258°83°67°
CMYK 0.580.830.00   0.33
XYZ10.58325.284839.4920
Yxy5.28480.19120.0955
Hunter Lab22.988741.9450-85.7615
CIE-Lab27.531252.9104-67.5769

#481eac color RGB value is (72,30,172).

#481eac hex color red value is 72, green value is 30 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #481eac hue: 0.72 , saturation: 0.70 and the lightness value of 481eac is 0.40.

The process color (four color CMYK) of #481eac color hex is 0.58, 0.83, 0.00, 0.33. Web safe color of #481eac is #333399. Color #481eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011110 10101100
Octal 110 36 254
Decimal 72 30 172
Hex 48 1E AC

RGB Percentages of Color #481eac

%26.28
%10.95
%62.77

CMYK Percentages of Color #481eac

%58
%83
%0
%33

Triadic Colors of #481eac

#481eac #ac481e #1eac48

Analogous Colors of #481eac

#481eac #8f1eac #1e3bac

Monochromatic Colors of #481eac

#481eac

Complementary Color

#481eac #82ac1e

#481eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#481eac Color CSS Codes

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

#481eac Text Font Color

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

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


#481eac Background Color

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

This div background color is #481eac


#481eac Border Color

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

This div border color is #481eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,30,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 #481eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481eac


Comments

No comments written yet.

Please login to write comment.