Color Hex Logo

#2873aa Color Hex

#2873AA
(40,115,170)
0 Favorites   0 Comments

Color spaces of #2873aa

RGB 40115170
HSL0.570.620.41
HSV205°76°67°
CMYK 0.760.320.00   0.33
XYZ14.261515.614940.2925
Yxy15.61490.20320.2225
Hunter Lab39.5157-4.7305-32.7945
CIE-Lab46.4651-3.5540-35.8894

#2873aa color RGB value is (40,115,170).

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

The process color (four color CMYK) of #2873aa color hex is 0.76, 0.32, 0.00, 0.33. Web safe color of #2873aa is #336699. Color #2873aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110011 10101010
Octal 50 163 252
Decimal 40 115 170
Hex 28 73 AA

RGB Percentages of Color #2873aa

%12.31
%35.38
%52.31

CMYK Percentages of Color #2873aa

%76
%32
%0
%33

Triadic Colors of #2873aa

#2873aa #aa2873 #73aa28

Analogous Colors of #2873aa

#2873aa #2832aa #28aaa0

Monochromatic Colors of #2873aa

#2873aa

Complementary Color

#2873aa #aa5f28

#2873aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2873aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2873aa Color CSS Codes

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

#2873aa Text Font Color

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

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


#2873aa Background Color

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

This div background color is #2873aa


#2873aa Border Color

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

This div border color is #2873aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,115,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 #2873aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2873aa


Comments

No comments written yet.

Please login to write comment.