Color Hex Logo

#4a1193 Color Hex

#4A1193
(74,17,147)
0 Favorites   0 Comments

Color spaces of #4a1193

RGB 7417147
HSL0.740.790.32
HSV266°88°58°
CMYK 0.500.880.00   0.42
XYZ8.29093.963327.9318
Yxy3.96330.20630.0986
Hunter Lab19.908039.4990-69.2507
CIE-Lab23.549751.2740-58.8905

#4a1193 color RGB value is (74,17,147).

#4a1193 hex color red value is 74, green value is 17 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #4a1193 hue: 0.74 , saturation: 0.79 and the lightness value of 4a1193 is 0.32.

The process color (four color CMYK) of #4a1193 color hex is 0.50, 0.88, 0.00, 0.42. Web safe color of #4a1193 is #330099. Color #4a1193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00010001 10010011
Octal 112 21 223
Decimal 74 17 147
Hex 4A 11 93

RGB Percentages of Color #4a1193

%31.09
%7.14
%61.76

CMYK Percentages of Color #4a1193

%50
%88
%0
%42

Triadic Colors of #4a1193

#4a1193 #934a11 #11934a

Analogous Colors of #4a1193

#4a1193 #8b1193 #111993

Monochromatic Colors of #4a1193

#4a1193

Complementary Color

#4a1193 #5a9311

#4a1193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a1193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a1193 Color CSS Codes

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

#4a1193 Text Font Color

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

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


#4a1193 Background Color

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

This div background color is #4a1193


#4a1193 Border Color

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

This div border color is #4a1193


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,17,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4a1193">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a1193


Comments

No comments written yet.

Please login to write comment.