Color Hex Logo

#2a5eca Color Hex

#2A5ECA
(42,94,202)
0 Favorites   0 Comments

Color spaces of #2a5eca

RGB 4294202
HSL0.610.660.48
HSV221°79°79°
CMYK 0.790.530.00   0.21
XYZ15.618212.761957.5172
Yxy12.76190.18180.1486
Hunter Lab35.723815.5223-70.4534
CIE-Lab42.402322.1296-60.9813

#2a5eca color RGB value is (42,94,202).

#2a5eca hex color red value is 42, green value is 94 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #2a5eca hue: 0.61 , saturation: 0.66 and the lightness value of 2a5eca is 0.48.

The process color (four color CMYK) of #2a5eca color hex is 0.79, 0.53, 0.00, 0.21. Web safe color of #2a5eca is #3366cc. Color #2a5eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01011110 11001010
Octal 52 136 312
Decimal 42 94 202
Hex 2A 5E CA

RGB Percentages of Color #2a5eca

%12.43
%27.81
%59.76

CMYK Percentages of Color #2a5eca

%79
%53
%0
%21

Triadic Colors of #2a5eca

#2a5eca #ca2a5e #5eca2a

Analogous Colors of #2a5eca

#2a5eca #462aca #2aaeca

Monochromatic Colors of #2a5eca

#2a5eca

Complementary Color

#2a5eca #ca962a

#2a5eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a5eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a5eca Color CSS Codes

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

#2a5eca Text Font Color

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

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


#2a5eca Background Color

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

This div background color is #2a5eca


#2a5eca Border Color

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

This div border color is #2a5eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a5eca


Comments

No comments written yet.

Please login to write comment.