Color Hex Logo

#2e1367 Color Hex

#2E1367
(46,19,103)
0 Favorites   0 Comments

Color spaces of #2e1367

RGB 4619103
HSL0.720.690.24
HSV259°82°40°
CMYK 0.550.820.00   0.60
XYZ3.80782.025913.0223
Yxy2.02590.20190.1074
Hunter Lab14.233422.8448-44.2817
CIE-Lab15.622634.7821-44.0168

#2e1367 color RGB value is (46,19,103).

#2e1367 hex color red value is 46, green value is 19 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #2e1367 hue: 0.72 , saturation: 0.69 and the lightness value of 2e1367 is 0.24.

The process color (four color CMYK) of #2e1367 color hex is 0.55, 0.82, 0.00, 0.60. Web safe color of #2e1367 is #330066. Color #2e1367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00010011 01100111
Octal 56 23 147
Decimal 46 19 103
Hex 2E 13 67

RGB Percentages of Color #2e1367

%27.38
%11.31
%61.31

CMYK Percentages of Color #2e1367

%55
%82
%0
%60

Triadic Colors of #2e1367

#2e1367 #672e13 #13672e

Analogous Colors of #2e1367

#2e1367 #581367 #132267

Monochromatic Colors of #2e1367

#2e1367

Complementary Color

#2e1367 #4c6713

#2e1367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e1367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e1367 Color CSS Codes

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

#2e1367 Text Font Color

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

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


#2e1367 Background Color

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

This div background color is #2e1367


#2e1367 Border Color

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

This div border color is #2e1367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e1367


Comments

No comments written yet.

Please login to write comment.