Color Hex Logo

#4a2796 Color Hex

#4A2796
(74,39,150)
0 Favorites   0 Comments

Color spaces of #4a2796

RGB 7439150
HSL0.720.590.37
HSV259°74°59°
CMYK 0.510.740.00   0.41
XYZ9.05465.108929.3630
Yxy5.10890.20800.1174
Hunter Lab22.602931.9512-61.2006
CIE-Lab27.042842.8273-55.0024

#4a2796 color RGB value is (74,39,150).

#4a2796 hex color red value is 74, green value is 39 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #4a2796 hue: 0.72 , saturation: 0.59 and the lightness value of 4a2796 is 0.37.

The process color (four color CMYK) of #4a2796 color hex is 0.51, 0.74, 0.00, 0.41. Web safe color of #4a2796 is #333399. Color #4a2796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00100111 10010110
Octal 112 47 226
Decimal 74 39 150
Hex 4A 27 96

RGB Percentages of Color #4a2796

%28.14
%14.83
%57.03

CMYK Percentages of Color #4a2796

%51
%74
%0
%41

Triadic Colors of #4a2796

#4a2796 #964a27 #27964a

Analogous Colors of #4a2796

#4a2796 #822796 #273b96

Monochromatic Colors of #4a2796

#4a2796

Complementary Color

#4a2796 #739627

#4a2796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a2796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a2796 Color CSS Codes

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

#4a2796 Text Font Color

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

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


#4a2796 Background Color

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

This div background color is #4a2796


#4a2796 Border Color

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

This div border color is #4a2796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a2796


Comments

No comments written yet.

Please login to write comment.