Color Hex Logo

#2876ad Color Hex

#2876AD
(40,118,173)
0 Favorites   0 Comments

Color spaces of #2876ad

RGB 40118173
HSL0.570.620.42
HSV205°77°68°
CMYK 0.770.320.00   0.32
XYZ14.896316.425141.9204
Yxy16.42510.20340.2243
Hunter Lab40.5279-5.3149-32.9576
CIE-Lab47.5273-4.2474-35.9663

#2876ad color RGB value is (40,118,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110110 10101101
Octal 50 166 255
Decimal 40 118 173
Hex 28 76 AD

RGB Percentages of Color #2876ad

%12.08
%35.65
%52.27

CMYK Percentages of Color #2876ad

%77
%32
%0
%32

Triadic Colors of #2876ad

#2876ad #ad2876 #76ad28

Analogous Colors of #2876ad

#2876ad #2834ad #28ada2

Monochromatic Colors of #2876ad

#2876ad

Complementary Color

#2876ad #ad5f28

#2876ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2876ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2876ad Color CSS Codes

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

#2876ad Text Font Color

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

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


#2876ad Background Color

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

This div background color is #2876ad


#2876ad Border Color

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

This div border color is #2876ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2876ad


Comments

No comments written yet.

Please login to write comment.