Color Hex Logo

#4a115e Color Hex

#4A115E
(74,17,94)
0 Favorites   0 Comments

Color spaces of #4a115e

RGB 741794
HSL0.790.690.22
HSV284°82°37°
CMYK 0.210.820.00   0.63
XYZ5.04492.664910.8382
Yxy2.66490.27200.1437
Hunter Lab16.324526.5954-27.9367
CIE-Lab18.648538.5592-32.9503

#4a115e color RGB value is (74,17,94).

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

The process color (four color CMYK) of #4a115e color hex is 0.21, 0.82, 0.00, 0.63. Web safe color of #4a115e is #330066. Color #4a115e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00010001 01011110
Octal 112 21 136
Decimal 74 17 94
Hex 4A 11 5E

RGB Percentages of Color #4a115e

%40.00
%9.19
%50.81

CMYK Percentages of Color #4a115e

%21
%82
%0
%63

Triadic Colors of #4a115e

#4a115e #5e4a11 #115e4a

Analogous Colors of #4a115e

#4a115e #5e114b #24115e

Monochromatic Colors of #4a115e

#4a115e

Complementary Color

#4a115e #255e11

#4a115e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a115e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a115e Color CSS Codes

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

#4a115e Text Font Color

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

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


#4a115e Background Color

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

This div background color is #4a115e


#4a115e Border Color

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

This div border color is #4a115e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a115e


Comments

No comments written yet.

Please login to write comment.