Color Hex Logo

#4811ae Color Hex

#4811AE
(72,17,174)
0 Favorites   0 Comments

Color spaces of #4811ae

RGB 7217174
HSL0.730.820.37
HSV261°90°68°
CMYK 0.590.900.00   0.32
XYZ10.51294.834640.4235
Yxy4.83460.18850.0867
Hunter Lab21.987746.8670-93.6107
CIE-Lab26.258257.8635-70.8844

#4811ae color RGB value is (72,17,174).

#4811ae hex color red value is 72, green value is 17 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4811ae hue: 0.73 , saturation: 0.82 and the lightness value of 4811ae is 0.37.

The process color (four color CMYK) of #4811ae color hex is 0.59, 0.90, 0.00, 0.32. Web safe color of #4811ae is #330099. Color #4811ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010001 10101110
Octal 110 21 256
Decimal 72 17 174
Hex 48 11 AE

RGB Percentages of Color #4811ae

%27.38
%6.46
%66.16

CMYK Percentages of Color #4811ae

%59
%90
%0
%32

Triadic Colors of #4811ae

#4811ae #ae4811 #11ae48

Analogous Colors of #4811ae

#4811ae #9711ae #1128ae

Monochromatic Colors of #4811ae

#4811ae

Complementary Color

#4811ae #77ae11

#4811ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4811ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4811ae Color CSS Codes

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

#4811ae Text Font Color

<p style="color:#4811ae">Text here</p>

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


#4811ae Background Color

<div style="background-color:#4811ae">
Div content here</div>

This div background color is #4811ae


#4811ae Border Color

<div style="border:3px solid #4811ae">
Div here</div>

This div border color is #4811ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4811ae


Comments

No comments written yet.

Please login to write comment.