Color Hex Logo

#4a0051 Color Hex

#4A0051
(74,0,81)
0 Favorites   0 Comments

Color spaces of #4a0051

RGB 74081
HSL0.821.000.16
HSV295°100°32°
CMYK 0.091.000.00   0.68
XYZ4.30922.04997.9531
Yxy2.04990.30110.1432
Hunter Lab14.317528.6684-22.9123
CIE-Lab15.747041.4479-28.8669

#4a0051 color RGB value is (74,0,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00000000 01010001
Octal 112 0 121
Decimal 74 0 81
Hex 4A 0 51

RGB Percentages of Color #4a0051

%47.74
%0.00
%52.26

CMYK Percentages of Color #4a0051

%9
%100
%0
%68

Triadic Colors of #4a0051

#4a0051 #514a00 #00514a

Analogous Colors of #4a0051

#4a0051 #51002f #220051

Monochromatic Colors of #4a0051

#4a0051

Complementary Color

#4a0051 #075100

#4a0051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a0051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a0051 Color CSS Codes

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

#4a0051 Text Font Color

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

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


#4a0051 Background Color

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

This div background color is #4a0051


#4a0051 Border Color

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

This div border color is #4a0051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a0051


Comments

No comments written yet.

Please login to write comment.