Color Hex Logo

#2a4993 Color Hex

#2A4993
(42,73,147)
0 Favorites   0 Comments

Color spaces of #2a4993

RGB 4273147
HSL0.620.560.37
HSV222°71°58°
CMYK 0.710.500.00   0.42
XYZ8.60387.363928.5717
Yxy7.36390.19320.1653
Hunter Lab27.13659.1057-43.4302
CIE-Lab32.621414.9273-44.2129

#2a4993 color RGB value is (42,73,147).

#2a4993 hex color red value is 42, green value is 73 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #2a4993 hue: 0.62 , saturation: 0.56 and the lightness value of 2a4993 is 0.37.

The process color (four color CMYK) of #2a4993 color hex is 0.71, 0.50, 0.00, 0.42. Web safe color of #2a4993 is #333399. Color #2a4993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01001001 10010011
Octal 52 111 223
Decimal 42 73 147
Hex 2A 49 93

RGB Percentages of Color #2a4993

%16.03
%27.86
%56.11

CMYK Percentages of Color #2a4993

%71
%50
%0
%42

Triadic Colors of #2a4993

#2a4993 #932a49 #49932a

Analogous Colors of #2a4993

#2a4993 #3f2a93 #2a7e93

Monochromatic Colors of #2a4993

#2a4993

Complementary Color

#2a4993 #93742a

#2a4993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a4993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a4993 Color CSS Codes

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

#2a4993 Text Font Color

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

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


#2a4993 Background Color

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

This div background color is #2a4993


#2a4993 Border Color

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

This div border color is #2a4993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a4993


Comments

No comments written yet.

Please login to write comment.