Color Hex Logo

#2e05ac Color Hex

#2E05AC
(46,5,172)
0 Favorites   0 Comments

Color spaces of #2e05ac

RGB 465172
HSL0.710.940.35
HSV255°97°67°
CMYK 0.730.970.00   0.33
XYZ8.62743.667939.2830
Yxy3.66790.16730.0711
Hunter Lab19.151846.8943-108.2060
CIE-Lab22.541758.5794-75.9275

#2e05ac color RGB value is (46,5,172).

#2e05ac hex color red value is 46, green value is 5 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2e05ac hue: 0.71 , saturation: 0.94 and the lightness value of 2e05ac is 0.35.

The process color (four color CMYK) of #2e05ac color hex is 0.73, 0.97, 0.00, 0.33. Web safe color of #2e05ac is #330099. Color #2e05ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00000101 10101100
Octal 56 5 254
Decimal 46 5 172
Hex 2E 5 AC

RGB Percentages of Color #2e05ac

%20.63
%2.24
%77.13

CMYK Percentages of Color #2e05ac

%73
%97
%0
%33

Triadic Colors of #2e05ac

#2e05ac #ac2e05 #05ac2e

Analogous Colors of #2e05ac

#2e05ac #8205ac #0530ac

Monochromatic Colors of #2e05ac

#2e05ac

Complementary Color

#2e05ac #83ac05

#2e05ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e05ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e05ac Color CSS Codes

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

#2e05ac Text Font Color

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

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


#2e05ac Background Color

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

This div background color is #2e05ac


#2e05ac Border Color

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

This div border color is #2e05ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e05ac


Comments

No comments written yet.

Please login to write comment.