Color Hex Logo

#2872aa Color Hex

#2872AA
(40,114,170)
0 Favorites   0 Comments

Color spaces of #2872aa

RGB 40114170
HSL0.570.620.41
HSV206°76°67°
CMYK 0.760.330.00   0.33
XYZ14.148115.388040.2547
Yxy15.38800.20270.2205
Hunter Lab39.2275-4.2690-33.3832
CIE-Lab46.1611-2.9496-36.3687

#2872aa color RGB value is (40,114,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110010 10101010
Octal 50 162 252
Decimal 40 114 170
Hex 28 72 AA

RGB Percentages of Color #2872aa

%12.35
%35.19
%52.47

CMYK Percentages of Color #2872aa

%76
%33
%0
%33

Triadic Colors of #2872aa

#2872aa #aa2872 #72aa28

Analogous Colors of #2872aa

#2872aa #2831aa #28aaa1

Monochromatic Colors of #2872aa

#2872aa

Complementary Color

#2872aa #aa6028

#2872aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2872aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2872aa Color CSS Codes

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

#2872aa Text Font Color

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

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


#2872aa Background Color

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

This div background color is #2872aa


#2872aa Border Color

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

This div border color is #2872aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2872aa


Comments

No comments written yet.

Please login to write comment.