Color Hex Logo

#2958ac Color Hex

#2958AC
(41,88,172)
0 Favorites   0 Comments

Color spaces of #2958ac

RGB 4188172
HSL0.610.620.42
HSV218°76°67°
CMYK 0.760.490.00   0.33
XYZ11.850610.429440.4182
Yxy10.42940.18900.1663
Hunter Lab32.29468.9856-51.5980
CIE-Lab38.602314.4326-49.5952

#2958ac color RGB value is (41,88,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011000 10101100
Octal 51 130 254
Decimal 41 88 172
Hex 29 58 AC

RGB Percentages of Color #2958ac

%13.62
%29.24
%57.14

CMYK Percentages of Color #2958ac

%76
%49
%0
%33

Triadic Colors of #2958ac

#2958ac #ac2958 #58ac29

Analogous Colors of #2958ac

#2958ac #3c29ac #299aac

Monochromatic Colors of #2958ac

#2958ac

Complementary Color

#2958ac #ac7d29

#2958ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2958ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2958ac Color CSS Codes

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

#2958ac Text Font Color

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

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


#2958ac Background Color

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

This div background color is #2958ac


#2958ac Border Color

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

This div border color is #2958ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2958ac


Comments

No comments written yet.

Please login to write comment.