Color Hex Logo

#4a3cac Color Hex

#4A3CAC
(74,60,172)
0 Favorites   0 Comments

Color spaces of #4a3cac

RGB 7460172
HSL0.690.480.45
HSV248°65°67°
CMYK 0.570.650.00   0.33
XYZ11.88637.666139.8830
Yxy7.66610.20000.1290
Hunter Lab27.687728.1763-66.0233
CIE-Lab33.277637.6346-58.1385

#4a3cac color RGB value is (74,60,172).

#4a3cac hex color red value is 74, green value is 60 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4a3cac hue: 0.69 , saturation: 0.48 and the lightness value of 4a3cac is 0.45.

The process color (four color CMYK) of #4a3cac color hex is 0.57, 0.65, 0.00, 0.33. Web safe color of #4a3cac is #333399. Color #4a3cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00111100 10101100
Octal 112 74 254
Decimal 74 60 172
Hex 4A 3C AC

RGB Percentages of Color #4a3cac

%24.18
%19.61
%56.21

CMYK Percentages of Color #4a3cac

%57
%65
%0
%33

Triadic Colors of #4a3cac

#4a3cac #ac4a3c #3cac4a

Analogous Colors of #4a3cac

#4a3cac #823cac #3c66ac

Monochromatic Colors of #4a3cac

#4a3cac

Complementary Color

#4a3cac #9eac3c

#4a3cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a3cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a3cac Color CSS Codes

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

#4a3cac Text Font Color

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

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


#4a3cac Background Color

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

This div background color is #4a3cac


#4a3cac Border Color

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

This div border color is #4a3cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a3cac


Comments

No comments written yet.

Please login to write comment.