Color Hex Logo

#2849aa Color Hex

#2849AA
(40,73,170)
0 Favorites   0 Comments

Color spaces of #2849aa

RGB 4073170
HSL0.620.620.41
HSV225°76°67°
CMYK 0.760.570.00   0.33
XYZ10.51338.118539.0431
Yxy8.11850.18230.1408
Hunter Lab28.493016.0000-61.2983
CIE-Lab34.228523.5122-55.4874

#2849aa color RGB value is (40,73,170).

#2849aa hex color red value is 40, green value is 73 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2849aa hue: 0.62 , saturation: 0.62 and the lightness value of 2849aa is 0.41.

The process color (four color CMYK) of #2849aa color hex is 0.76, 0.57, 0.00, 0.33. Web safe color of #2849aa is #333399. Color #2849aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001001 10101010
Octal 50 111 252
Decimal 40 73 170
Hex 28 49 AA

RGB Percentages of Color #2849aa

%14.13
%25.80
%60.07

CMYK Percentages of Color #2849aa

%76
%57
%0
%33

Triadic Colors of #2849aa

#2849aa #aa2849 #49aa28

Analogous Colors of #2849aa

#2849aa #4828aa #288aaa

Monochromatic Colors of #2849aa

#2849aa

Complementary Color

#2849aa #aa8928

#2849aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2849aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2849aa Color CSS Codes

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

#2849aa Text Font Color

<p style="color:#2849aa">Text here</p>

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


#2849aa Background Color

<div style="background-color:#2849aa">
Div content here</div>

This div background color is #2849aa


#2849aa Border Color

<div style="border:3px solid #2849aa">
Div here</div>

This div border color is #2849aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,73,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2849aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2849aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2849aa;
  box-shadow:         1px 1px 3px 2px #2849aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,73,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2849aa


Comments

No comments written yet.

Please login to write comment.