Color Hex Logo

#481eae Color Hex

#481EAE
(72,30,174)
0 Favorites   0 Comments

Color spaces of #481eae

RGB 7230174
HSL0.720.710.40
HSV258°83°68°
CMYK 0.590.830.00   0.32
XYZ10.77675.362340.5114
Yxy5.36230.19020.0947
Hunter Lab23.156642.5467-87.5153
CIE-Lab27.743053.4548-68.4286

#481eae color RGB value is (72,30,174).

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

The process color (four color CMYK) of #481eae color hex is 0.59, 0.83, 0.00, 0.32. Web safe color of #481eae is #333399. Color #481eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011110 10101110
Octal 110 36 256
Decimal 72 30 174
Hex 48 1E AE

RGB Percentages of Color #481eae

%26.09
%10.87
%63.04

CMYK Percentages of Color #481eae

%59
%83
%0
%32

Triadic Colors of #481eae

#481eae #ae481e #1eae48

Analogous Colors of #481eae

#481eae #901eae #1e3cae

Monochromatic Colors of #481eae

#481eae

Complementary Color

#481eae #84ae1e

#481eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#481eae Color CSS Codes

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

#481eae Text Font Color

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

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


#481eae Background Color

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

This div background color is #481eae


#481eae Border Color

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

This div border color is #481eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481eae


Comments

No comments written yet.

Please login to write comment.