Color Hex Logo

#2a41ad Color Hex

#2A41AD
(42,65,173)
0 Favorites   0 Comments

Color spaces of #2a41ad

RGB 4265173
HSL0.640.610.42
HSV229°76°68°
CMYK 0.760.620.00   0.32
XYZ10.38807.290040.3948
Yxy7.29000.17890.1255
Hunter Lab27.000021.4262-69.8040
CIE-Lab32.458230.1853-60.1608

#2a41ad color RGB value is (42,65,173).

#2a41ad hex color red value is 42, green value is 65 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2a41ad hue: 0.64 , saturation: 0.61 and the lightness value of 2a41ad is 0.42.

The process color (four color CMYK) of #2a41ad color hex is 0.76, 0.62, 0.00, 0.32. Web safe color of #2a41ad is #333399. Color #2a41ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01000001 10101101
Octal 52 101 255
Decimal 42 65 173
Hex 2A 41 AD

RGB Percentages of Color #2a41ad

%15.00
%23.21
%61.79

CMYK Percentages of Color #2a41ad

%76
%62
%0
%32

Triadic Colors of #2a41ad

#2a41ad #ad2a41 #41ad2a

Analogous Colors of #2a41ad

#2a41ad #542aad #2a83ad

Monochromatic Colors of #2a41ad

#2a41ad

Complementary Color

#2a41ad #ad962a

#2a41ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a41ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a41ad Color CSS Codes

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

#2a41ad Text Font Color

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

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


#2a41ad Background Color

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

This div background color is #2a41ad


#2a41ad Border Color

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

This div border color is #2a41ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a41ad


Comments

No comments written yet.

Please login to write comment.