Color Hex Logo

#4818ac Color Hex

#4818AC
(72,24,172)
0 Favorites   0 Comments

Color spaces of #4818ac

RGB 7224172
HSL0.720.760.38
HSV259°86°67°
CMYK 0.580.860.00   0.33
XYZ10.44555.009539.4461
Yxy5.00950.19030.0912
Hunter Lab22.381944.1365-88.8259
CIE-Lab26.761855.1789-68.8482

#4818ac color RGB value is (72,24,172).

#4818ac hex color red value is 72, green value is 24 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4818ac hue: 0.72 , saturation: 0.76 and the lightness value of 4818ac is 0.38.

The process color (four color CMYK) of #4818ac color hex is 0.58, 0.86, 0.00, 0.33. Web safe color of #4818ac is #330099. Color #4818ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011000 10101100
Octal 110 30 254
Decimal 72 24 172
Hex 48 18 AC

RGB Percentages of Color #4818ac

%26.87
%8.96
%64.18

CMYK Percentages of Color #4818ac

%58
%86
%0
%33

Triadic Colors of #4818ac

#4818ac #ac4818 #18ac48

Analogous Colors of #4818ac

#4818ac #9218ac #1832ac

Monochromatic Colors of #4818ac

#4818ac

Complementary Color

#4818ac #7cac18

#4818ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4818ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4818ac Color CSS Codes

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

#4818ac Text Font Color

<p style="color:#4818ac">Text here</p>

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


#4818ac Background Color

<div style="background-color:#4818ac">
Div content here</div>

This div background color is #4818ac


#4818ac Border Color

<div style="border:3px solid #4818ac">
Div here</div>

This div border color is #4818ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4818ac


Comments

No comments written yet.

Please login to write comment.