Color Hex Logo

#2e036e Color Hex

#2E036E
(46,3,110)
0 Favorites   0 Comments

Color spaces of #2e036e

RGB 463110
HSL0.730.950.22
HSV264°97°43°
CMYK 0.580.970.00   0.57
XYZ3.97371.771814.8844
Yxy1.77180.19260.0859
Hunter Lab13.310929.9935-56.9811
CIE-Lab14.241043.1866-50.8880

#2e036e color RGB value is (46,3,110).

#2e036e hex color red value is 46, green value is 3 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #2e036e hue: 0.73 , saturation: 0.95 and the lightness value of 2e036e is 0.22.

The process color (four color CMYK) of #2e036e color hex is 0.58, 0.97, 0.00, 0.57. Web safe color of #2e036e is #330066. Color #2e036e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00000011 01101110
Octal 56 3 156
Decimal 46 3 110
Hex 2E 3 6E

RGB Percentages of Color #2e036e

%28.93
%1.89
%69.18

CMYK Percentages of Color #2e036e

%58
%97
%0
%57

Triadic Colors of #2e036e

#2e036e #6e2e03 #036e2e

Analogous Colors of #2e036e

#2e036e #64036e #030e6e

Monochromatic Colors of #2e036e

#2e036e

Complementary Color

#2e036e #436e03

#2e036e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e036e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e036e Color CSS Codes

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

#2e036e Text Font Color

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

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


#2e036e Background Color

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

This div background color is #2e036e


#2e036e Border Color

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

This div border color is #2e036e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,3,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2e036e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e036e


Comments

No comments written yet.

Please login to write comment.