Color Hex Logo

#2a5bad Color Hex

#2A5BAD
(42,91,173)
0 Favorites   0 Comments

Color spaces of #2a5bad

RGB 4291173
HSL0.600.610.42
HSV218°76°68°
CMYK 0.760.470.00   0.32
XYZ12.238810.991541.0117
Yxy10.99150.19050.1711
Hunter Lab33.15347.8759-50.1359
CIE-Lab39.566212.9764-48.6335

#2a5bad color RGB value is (42,91,173).

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

The process color (four color CMYK) of #2a5bad color hex is 0.76, 0.47, 0.00, 0.32. Web safe color of #2a5bad is #336699. Color #2a5bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01011011 10101101
Octal 52 133 255
Decimal 42 91 173
Hex 2A 5B AD

RGB Percentages of Color #2a5bad

%13.73
%29.74
%56.54

CMYK Percentages of Color #2a5bad

%76
%47
%0
%32

Triadic Colors of #2a5bad

#2a5bad #ad2a5b #5bad2a

Analogous Colors of #2a5bad

#2a5bad #3a2aad #2a9dad

Monochromatic Colors of #2a5bad

#2a5bad

Complementary Color

#2a5bad #ad7c2a

#2a5bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a5bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a5bad Color CSS Codes

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

#2a5bad Text Font Color

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

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


#2a5bad Background Color

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

This div background color is #2a5bad


#2a5bad Border Color

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

This div border color is #2a5bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a5bad


Comments

No comments written yet.

Please login to write comment.