Color Hex Logo

#4a113c Color Hex

#4A113C
(74,17,60)
0 Favorites   0 Comments

Color spaces of #4a113c

RGB 741760
HSL0.870.630.18
HSV315°77°29°
CMYK 0.000.770.19   0.71
XYZ3.84012.18304.4939
Yxy2.18300.36510.2076
Hunter Lab14.775020.5369-7.6909
CIE-Lab16.419731.8285-13.2209

#4a113c color RGB value is (74,17,60).

#4a113c hex color red value is 74, green value is 17 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #4a113c hue: 0.87 , saturation: 0.63 and the lightness value of 4a113c is 0.18.

The process color (four color CMYK) of #4a113c color hex is 0.00, 0.77, 0.19, 0.71. Web safe color of #4a113c is #330033. Color #4a113c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00010001 00111100
Octal 112 21 74
Decimal 74 17 60
Hex 4A 11 3C

RGB Percentages of Color #4a113c

%49.01
%11.26
%39.74

CMYK Percentages of Color #4a113c

%0
%77
%19
%71

Triadic Colors of #4a113c

#4a113c #3c4a11 #113c4a

Analogous Colors of #4a113c

#4a113c #4a1120 #3c114a

Monochromatic Colors of #4a113c

#4a113c

Complementary Color

#4a113c #114a1f

#4a113c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a113c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a113c Color CSS Codes

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

#4a113c Text Font Color

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

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


#4a113c Background Color

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

This div background color is #4a113c


#4a113c Border Color

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

This div border color is #4a113c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a113c


Comments

No comments written yet.

Please login to write comment.