Color Hex Logo

#2954ac Color Hex

#2954AC
(41,84,172)
0 Favorites   0 Comments

Color spaces of #2954ac

RGB 4184172
HSL0.610.620.42
HSV220°76°67°
CMYK 0.760.510.00   0.33
XYZ11.53129.790640.3117
Yxy9.79060.18710.1589
Hunter Lab31.289911.0248-54.4820
CIE-Lab37.464017.0748-51.4315

#2954ac color RGB value is (41,84,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010100 10101100
Octal 51 124 254
Decimal 41 84 172
Hex 29 54 AC

RGB Percentages of Color #2954ac

%13.80
%28.28
%57.91

CMYK Percentages of Color #2954ac

%76
%51
%0
%33

Triadic Colors of #2954ac

#2954ac #ac2954 #54ac29

Analogous Colors of #2954ac

#2954ac #3f29ac #2996ac

Monochromatic Colors of #2954ac

#2954ac

Complementary Color

#2954ac #ac8129

#2954ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2954ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2954ac Color CSS Codes

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

#2954ac Text Font Color

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

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


#2954ac Background Color

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

This div background color is #2954ac


#2954ac Border Color

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

This div border color is #2954ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2954ac


Comments

No comments written yet.

Please login to write comment.