Color Hex Logo

#4a0779 Color Hex

#4A0779
(74,7,121)
0 Favorites   0 Comments

Color spaces of #4a0779

RGB 747121
HSL0.760.890.25
HSV275°94°47°
CMYK 0.390.940.00   0.53
XYZ6.35122.988318.3312
Yxy2.98830.22950.1080
Hunter Lab17.286735.3299-50.7717
CIE-Lab19.997047.7377-48.3713

#4a0779 color RGB value is (74,7,121).

#4a0779 hex color red value is 74, green value is 7 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #4a0779 hue: 0.76 , saturation: 0.89 and the lightness value of 4a0779 is 0.25.

The process color (four color CMYK) of #4a0779 color hex is 0.39, 0.94, 0.00, 0.53. Web safe color of #4a0779 is #330066. Color #4a0779 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00000111 01111001
Octal 112 7 171
Decimal 74 7 121
Hex 4A 7 79

RGB Percentages of Color #4a0779

%36.63
%3.47
%59.90

CMYK Percentages of Color #4a0779

%39
%94
%0
%53

Triadic Colors of #4a0779

#4a0779 #794a07 #07794a

Analogous Colors of #4a0779

#4a0779 #79076f #110779

Monochromatic Colors of #4a0779

#4a0779

Complementary Color

#4a0779 #367907

#4a0779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a0779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a0779 Color CSS Codes

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

#4a0779 Text Font Color

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

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


#4a0779 Background Color

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

This div background color is #4a0779


#4a0779 Border Color

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

This div border color is #4a0779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a0779


Comments

No comments written yet.

Please login to write comment.