Color Hex Logo

#4932ac Color Hex

#4932AC
(73,50,172)
0 Favorites   0 Comments

Color spaces of #4932ac

RGB 7350172
HSL0.700.550.44
HSV251°71°67°
CMYK 0.580.710.00   0.33
XYZ11.33476.676239.7210
Yxy6.67620.19630.1156
Hunter Lab25.838333.0868-73.0590
CIE-Lab31.058143.2722-61.7712

#4932ac color RGB value is (73,50,172).

#4932ac hex color red value is 73, green value is 50 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4932ac hue: 0.70 , saturation: 0.55 and the lightness value of 4932ac is 0.44.

The process color (four color CMYK) of #4932ac color hex is 0.58, 0.71, 0.00, 0.33. Web safe color of #4932ac is #333399. Color #4932ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110010 10101100
Octal 111 62 254
Decimal 73 50 172
Hex 49 32 AC

RGB Percentages of Color #4932ac

%24.75
%16.95
%58.31

CMYK Percentages of Color #4932ac

%58
%71
%0
%33

Triadic Colors of #4932ac

#4932ac #ac4932 #32ac49

Analogous Colors of #4932ac

#4932ac #8632ac #3258ac

Monochromatic Colors of #4932ac

#4932ac

Complementary Color

#4932ac #95ac32

#4932ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4932ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4932ac Color CSS Codes

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

#4932ac Text Font Color

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

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


#4932ac Background Color

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

This div background color is #4932ac


#4932ac Border Color

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

This div border color is #4932ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4932ac


Comments

No comments written yet.

Please login to write comment.