Color Hex Logo

#2a5bea Color Hex

#2A5BEA
(42,91,234)
0 Favorites   0 Comments

Color spaces of #2a5bea

RGB 4291234
HSL0.620.820.54
HSV225°82°92°
CMYK 0.820.610.00   0.08
XYZ19.547213.914979.4975
Yxy13.91490.17300.1232
Hunter Lab37.302728.2572-100.2438
CIE-Lab44.110636.0361-76.4530

#2a5bea color RGB value is (42,91,234).

#2a5bea hex color red value is 42, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2a5bea hue: 0.62 , saturation: 0.82 and the lightness value of 2a5bea is 0.54.

The process color (four color CMYK) of #2a5bea color hex is 0.82, 0.61, 0.00, 0.08. Web safe color of #2a5bea is #3366ff. Color #2a5bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01011011 11101010
Octal 52 133 352
Decimal 42 91 234
Hex 2A 5B EA

RGB Percentages of Color #2a5bea

%11.44
%24.80
%63.76

CMYK Percentages of Color #2a5bea

%82
%61
%0
%8

Triadic Colors of #2a5bea

#2a5bea #ea2a5b #5bea2a

Analogous Colors of #2a5bea

#2a5bea #592aea #2abbea

Monochromatic Colors of #2a5bea

#2a5bea

Complementary Color

#2a5bea #eab92a

#2a5bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a5bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a5bea Color CSS Codes

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

#2a5bea Text Font Color

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

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


#2a5bea Background Color

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

This div background color is #2a5bea


#2a5bea Border Color

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

This div border color is #2a5bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a5bea


Comments

No comments written yet.

Please login to write comment.