Color Hex Logo

#4a0d5e Color Hex

#4A0D5E
(74,13,94)
0 Favorites   0 Comments

Color spaces of #4a0d5e

RGB 741394
HSL0.790.760.21
HSV285°86°37°
CMYK 0.210.860.00   0.63
XYZ4.98832.551810.8193
Yxy2.55180.27170.1390
Hunter Lab15.974427.7849-28.9746
CIE-Lab18.151339.9972-33.7538

#4a0d5e color RGB value is (74,13,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00001101 01011110
Octal 112 15 136
Decimal 74 13 94
Hex 4A D 5E

RGB Percentages of Color #4a0d5e

%40.88
%7.18
%51.93

CMYK Percentages of Color #4a0d5e

%21
%86
%0
%63

Triadic Colors of #4a0d5e

#4a0d5e #5e4a0d #0d5e4a

Analogous Colors of #4a0d5e

#4a0d5e #5e0d4a #220d5e

Monochromatic Colors of #4a0d5e

#4a0d5e

Complementary Color

#4a0d5e #215e0d

#4a0d5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a0d5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a0d5e Color CSS Codes

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

#4a0d5e Text Font Color

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

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


#4a0d5e Background Color

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

This div background color is #4a0d5e


#4a0d5e Border Color

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

This div border color is #4a0d5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a0d5e


Comments

No comments written yet.

Please login to write comment.