Color Hex Logo

#2a5dda Color Hex

#2A5DDA
(42,93,218)
0 Favorites   0 Comments

Color spaces of #2a5dda

RGB 4293218
HSL0.620.700.51
HSV223°81°85°
CMYK 0.810.570.00   0.15
XYZ17.524113.382967.9892
Yxy13.38290.17720.1353
Hunter Lab36.582621.4868-84.5832
CIE-Lab43.334628.8261-68.6440

#2a5dda color RGB value is (42,93,218).

#2a5dda hex color red value is 42, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2a5dda hue: 0.62 , saturation: 0.70 and the lightness value of 2a5dda is 0.51.

The process color (four color CMYK) of #2a5dda color hex is 0.81, 0.57, 0.00, 0.15. Web safe color of #2a5dda is #3366cc. Color #2a5dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01011101 11011010
Octal 52 135 332
Decimal 42 93 218
Hex 2A 5D DA

RGB Percentages of Color #2a5dda

%11.90
%26.35
%61.76

CMYK Percentages of Color #2a5dda

%81
%57
%0
%15

Triadic Colors of #2a5dda

#2a5dda #da2a5d #5dda2a

Analogous Colors of #2a5dda

#2a5dda #4f2ada #2ab5da

Monochromatic Colors of #2a5dda

#2a5dda

Complementary Color

#2a5dda #daa72a

#2a5dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a5dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a5dda Color CSS Codes

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

#2a5dda Text Font Color

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

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


#2a5dda Background Color

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

This div background color is #2a5dda


#2a5dda Border Color

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

This div border color is #2a5dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a5dda

#2a5dda Color Palettes


Comments

No comments written yet.

Please login to write comment.