Color Hex Logo

#2876ac Color Hex

#2876AC
(40,118,172)
0 Favorites   0 Comments

Color spaces of #2876ac

RGB 40118172
HSL0.570.620.42
HSV205°77°67°
CMYK 0.770.310.00   0.33
XYZ14.799916.386541.4126
Yxy16.38650.20390.2257
Hunter Lab40.4802-5.5794-32.3194
CIE-Lab47.4775-4.6155-35.4623

#2876ac color RGB value is (40,118,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110110 10101100
Octal 50 166 254
Decimal 40 118 172
Hex 28 76 AC

RGB Percentages of Color #2876ac

%12.12
%35.76
%52.12

CMYK Percentages of Color #2876ac

%77
%31
%0
%33

Triadic Colors of #2876ac

#2876ac #ac2876 #76ac28

Analogous Colors of #2876ac

#2876ac #2834ac #28aca0

Monochromatic Colors of #2876ac

#2876ac

Complementary Color

#2876ac #ac5e28

#2876ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2876ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2876ac Color CSS Codes

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

#2876ac Text Font Color

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

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


#2876ac Background Color

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

This div background color is #2876ac


#2876ac Border Color

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

This div border color is #2876ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2876ac


Comments

No comments written yet.

Please login to write comment.