Color Hex Logo

#4a10ac Color Hex

#4A10AC
(74,16,172)
0 Favorites   0 Comments

Color spaces of #4a10ac

RGB 7416172
HSL0.730.830.37
HSV262°91°67°
CMYK 0.570.910.00   0.33
XYZ10.45574.805039.4061
Yxy4.80500.19130.0879
Hunter Lab21.920346.7816-91.2413
CIE-Lab26.171857.7999-69.8172

#4a10ac color RGB value is (74,16,172).

#4a10ac hex color red value is 74, green value is 16 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4a10ac hue: 0.73 , saturation: 0.83 and the lightness value of 4a10ac is 0.37.

The process color (four color CMYK) of #4a10ac color hex is 0.57, 0.91, 0.00, 0.33. Web safe color of #4a10ac is #330099. Color #4a10ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00010000 10101100
Octal 112 20 254
Decimal 74 16 172
Hex 4A 10 AC

RGB Percentages of Color #4a10ac

%28.24
%6.11
%65.65

CMYK Percentages of Color #4a10ac

%57
%91
%0
%33

Triadic Colors of #4a10ac

#4a10ac #ac4a10 #10ac4a

Analogous Colors of #4a10ac

#4a10ac #9810ac #1024ac

Monochromatic Colors of #4a10ac

#4a10ac

Complementary Color

#4a10ac #72ac10

#4a10ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a10ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a10ac Color CSS Codes

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

#4a10ac Text Font Color

<p style="color:#4a10ac">Text here</p>

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


#4a10ac Background Color

<div style="background-color:#4a10ac">
Div content here</div>

This div background color is #4a10ac


#4a10ac Border Color

<div style="border:3px solid #4a10ac">
Div here</div>

This div border color is #4a10ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,16,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a10ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a10ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4a10ac;
  box-shadow:         1px 1px 3px 2px #4a10ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,16,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 #4a10ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a10ac


Comments

No comments written yet.

Please login to write comment.