Color Hex Logo

#4a0551 Color Hex

#4A0551
(74,5,81)
0 Favorites   0 Comments

Color spaces of #4a0551

RGB 74581
HSL0.820.880.17
HSV294°94°32°
CMYK 0.090.940.00   0.68
XYZ4.36352.15857.9712
Yxy2.15850.30110.1489
Hunter Lab14.691827.3041-21.8841
CIE-Lab16.298039.8186-27.9803

#4a0551 color RGB value is (74,5,81).

#4a0551 hex color red value is 74, green value is 5 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #4a0551 hue: 0.82 , saturation: 0.88 and the lightness value of 4a0551 is 0.17.

The process color (four color CMYK) of #4a0551 color hex is 0.09, 0.94, 0.00, 0.68. Web safe color of #4a0551 is #330066. Color #4a0551 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00000101 01010001
Octal 112 5 121
Decimal 74 5 81
Hex 4A 5 51

RGB Percentages of Color #4a0551

%46.25
%3.13
%50.63

CMYK Percentages of Color #4a0551

%9
%94
%0
%68

Triadic Colors of #4a0551

#4a0551 #514a05 #05514a

Analogous Colors of #4a0551

#4a0551 #510532 #240551

Monochromatic Colors of #4a0551

#4a0551

Complementary Color

#4a0551 #0c5105

#4a0551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a0551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a0551 Color CSS Codes

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

#4a0551 Text Font Color

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

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


#4a0551 Background Color

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

This div background color is #4a0551


#4a0551 Border Color

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

This div border color is #4a0551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a0551


Comments

No comments written yet.

Please login to write comment.