Color Hex Logo

#4a024e Color Hex

#4A024E
(74,2,78)
0 Favorites   0 Comments

Color spaces of #4a024e

RGB 74278
HSL0.820.950.16
HSV297°97°31°
CMYK 0.050.970.00   0.69
XYZ4.22092.04937.3808
Yxy2.04930.30920.1501
Hunter Lab14.315427.5790-20.5483
CIE-Lab15.743940.2351-26.8168

#4a024e color RGB value is (74,2,78).

#4a024e hex color red value is 74, green value is 2 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #4a024e hue: 0.82 , saturation: 0.95 and the lightness value of 4a024e is 0.16.

The process color (four color CMYK) of #4a024e color hex is 0.05, 0.97, 0.00, 0.69. Web safe color of #4a024e is #330066. Color #4a024e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00000010 01001110
Octal 112 2 116
Decimal 74 2 78
Hex 4A 2 4E

RGB Percentages of Color #4a024e

%48.05
%1.30
%50.65

CMYK Percentages of Color #4a024e

%5
%97
%0
%69

Triadic Colors of #4a024e

#4a024e #4e4a02 #024e4a

Analogous Colors of #4a024e

#4a024e #4e022c #24024e

Monochromatic Colors of #4a024e

#4a024e

Complementary Color

#4a024e #064e02

#4a024e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a024e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a024e Color CSS Codes

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

#4a024e Text Font Color

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

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


#4a024e Background Color

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

This div background color is #4a024e


#4a024e Border Color

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

This div border color is #4a024e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a024e


Comments

No comments written yet.

Please login to write comment.