Color Hex Logo

#2e54ac Color Hex

#2E54AC
(46,84,172)
0 Favorites   0 Comments

Color spaces of #2e54ac

RGB 4684172
HSL0.620.580.43
HSV222°73°67°
CMYK 0.730.510.00   0.33
XYZ11.74349.900040.3217
Yxy9.90000.18950.1598
Hunter Lab31.464311.5590-53.9556
CIE-Lab37.662417.7287-51.1013

#2e54ac color RGB value is (46,84,172).

#2e54ac hex color red value is 46, green value is 84 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2e54ac hue: 0.62 , saturation: 0.58 and the lightness value of 2e54ac is 0.43.

The process color (four color CMYK) of #2e54ac color hex is 0.73, 0.51, 0.00, 0.33. Web safe color of #2e54ac is #336699. Color #2e54ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01010100 10101100
Octal 56 124 254
Decimal 46 84 172
Hex 2E 54 AC

RGB Percentages of Color #2e54ac

%15.23
%27.81
%56.95

CMYK Percentages of Color #2e54ac

%73
%51
%0
%33

Triadic Colors of #2e54ac

#2e54ac #ac2e54 #54ac2e

Analogous Colors of #2e54ac

#2e54ac #472eac #2e93ac

Monochromatic Colors of #2e54ac

#2e54ac

Complementary Color

#2e54ac #ac862e

#2e54ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e54ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e54ac Color CSS Codes

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

#2e54ac Text Font Color

<p style="color:#2e54ac">Text here</p>

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


#2e54ac Background Color

<div style="background-color:#2e54ac">
Div content here</div>

This div background color is #2e54ac


#2e54ac Border Color

<div style="border:3px solid #2e54ac">
Div here</div>

This div border color is #2e54ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e54ac


Comments

No comments written yet.

Please login to write comment.