Color Hex Logo

#2a4dbd Color Hex

#2A4DBD
(42,77,189)
0 Favorites   0 Comments

Color spaces of #2a4dbd

RGB 4277189
HSL0.630.640.45
HSV226°78°74°
CMYK 0.780.590.00   0.26
XYZ12.79409.474149.2985
Yxy9.47410.17880.1324
Hunter Lab30.780020.3301-73.4152
CIE-Lab36.881528.3097-62.4002

#2a4dbd color RGB value is (42,77,189).

#2a4dbd hex color red value is 42, green value is 77 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2a4dbd hue: 0.63 , saturation: 0.64 and the lightness value of 2a4dbd is 0.45.

The process color (four color CMYK) of #2a4dbd color hex is 0.78, 0.59, 0.00, 0.26. Web safe color of #2a4dbd is #3366cc. Color #2a4dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01001101 10111101
Octal 52 115 275
Decimal 42 77 189
Hex 2A 4D BD

RGB Percentages of Color #2a4dbd

%13.64
%25.00
%61.36

CMYK Percentages of Color #2a4dbd

%78
%59
%0
%26

Triadic Colors of #2a4dbd

#2a4dbd #bd2a4d #4dbd2a

Analogous Colors of #2a4dbd

#2a4dbd #502abd #2a97bd

Monochromatic Colors of #2a4dbd

#2a4dbd

Complementary Color

#2a4dbd #bd9a2a

#2a4dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a4dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a4dbd Color CSS Codes

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

#2a4dbd Text Font Color

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

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


#2a4dbd Background Color

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

This div background color is #2a4dbd


#2a4dbd Border Color

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

This div border color is #2a4dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a4dbd


Comments

No comments written yet.

Please login to write comment.