Color Hex Logo

#2880ad Color Hex

#2880AD
(40,128,173)
0 Favorites   0 Comments

Color spaces of #2880ad

RGB 40128173
HSL0.560.620.42
HSV200°77°68°
CMYK 0.770.260.00   0.32
XYZ16.137118.906642.3340
Yxy18.90660.20850.2443
Hunter Lab43.4817-9.8474-27.2878
CIE-Lab50.5778-10.1096-31.1840

#2880ad color RGB value is (40,128,173).

#2880ad hex color red value is 40, green value is 128 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2880ad hue: 0.56 , saturation: 0.62 and the lightness value of 2880ad is 0.42.

The process color (four color CMYK) of #2880ad color hex is 0.77, 0.26, 0.00, 0.32. Web safe color of #2880ad is #339999. Color #2880ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10000000 10101101
Octal 50 200 255
Decimal 40 128 173
Hex 28 80 AD

RGB Percentages of Color #2880ad

%11.73
%37.54
%50.73

CMYK Percentages of Color #2880ad

%77
%26
%0
%32

Triadic Colors of #2880ad

#2880ad #ad2880 #80ad28

Analogous Colors of #2880ad

#2880ad #283ead #28ad98

Monochromatic Colors of #2880ad

#2880ad

Complementary Color

#2880ad #ad5528

#2880ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2880ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2880ad Color CSS Codes

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

#2880ad Text Font Color

<p style="color:#2880ad">Text here</p>

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


#2880ad Background Color

<div style="background-color:#2880ad">
Div content here</div>

This div background color is #2880ad


#2880ad Border Color

<div style="border:3px solid #2880ad">
Div here</div>

This div border color is #2880ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,128,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2880ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2880ad;
  -webkit-box-shadow: 1px 1px 3px 2px #2880ad;
  box-shadow:         1px 1px 3px 2px #2880ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2880ad


Comments

No comments written yet.

Please login to write comment.