Color Hex Logo

#2a014a Color Hex

#2A014A
(42,1,74)
0 Favorites   0 Comments

Color spaces of #2a014a

RGB 42174
HSL0.760.970.15
HSV274°99°29°
CMYK 0.430.990.00   0.71
XYZ2.20171.00846.5572
Yxy1.00840.22540.1032
Hunter Lab10.041921.5630-31.6860
CIE-Lab9.061234.5087-35.1850

#2a014a color RGB value is (42,1,74).

#2a014a hex color red value is 42, green value is 1 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #2a014a hue: 0.76 , saturation: 0.97 and the lightness value of 2a014a is 0.15.

The process color (four color CMYK) of #2a014a color hex is 0.43, 0.99, 0.00, 0.71. Web safe color of #2a014a is #330033. Color #2a014a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 00000001 01001010
Octal 52 1 112
Decimal 42 1 74
Hex 2A 1 4A

RGB Percentages of Color #2a014a

%35.90
%0.85
%63.25

CMYK Percentages of Color #2a014a

%43
%99
%0
%71

Triadic Colors of #2a014a

#2a014a #4a2a01 #014a2a

Analogous Colors of #2a014a

#2a014a #4a0146 #05014a

Monochromatic Colors of #2a014a

#2a014a

Complementary Color

#2a014a #214a01

#2a014a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a014a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a014a Color CSS Codes

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

#2a014a Text Font Color

<p style="color:#2a014a">Text here</p>

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


#2a014a Background Color

<div style="background-color:#2a014a">
Div content here</div>

This div background color is #2a014a


#2a014a Border Color

<div style="border:3px solid #2a014a">
Div here</div>

This div border color is #2a014a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a014a


Comments

No comments written yet.

Please login to write comment.