Color Hex Logo

#2959ac Color Hex

#2959AC
(41,89,172)
0 Favorites   0 Comments

Color spaces of #2959ac

RGB 4189172
HSL0.610.620.42
HSV218°76°67°
CMYK 0.760.480.00   0.33
XYZ11.933210.594740.4458
Yxy10.59470.18950.1682
Hunter Lab32.54958.4795-50.8887
CIE-Lab38.889313.7747-49.1331

#2959ac color RGB value is (41,89,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011001 10101100
Octal 51 131 254
Decimal 41 89 172
Hex 29 59 AC

RGB Percentages of Color #2959ac

%13.58
%29.47
%56.95

CMYK Percentages of Color #2959ac

%76
%48
%0
%33

Triadic Colors of #2959ac

#2959ac #ac2959 #59ac29

Analogous Colors of #2959ac

#2959ac #3b29ac #299bac

Monochromatic Colors of #2959ac

#2959ac

Complementary Color

#2959ac #ac7c29

#2959ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2959ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2959ac Color CSS Codes

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

#2959ac Text Font Color

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

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


#2959ac Background Color

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

This div background color is #2959ac


#2959ac Border Color

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

This div border color is #2959ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,89,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 #2959ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2959ac


Comments

No comments written yet.

Please login to write comment.