Color Hex Logo

#2e195a Color Hex

#2E195A
(46,25,90)
0 Favorites   0 Comments

Color spaces of #2e195a

RGB 462590
HSL0.720.570.23
HSV259°72°35°
CMYK 0.490.720.00   0.65
XYZ3.31982.01439.8867
Yxy2.01430.21810.1323
Hunter Lab14.192616.9160-31.3671
CIE-Lab15.562127.3975-35.4758

#2e195a color RGB value is (46,25,90).

#2e195a hex color red value is 46, green value is 25 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #2e195a hue: 0.72 , saturation: 0.57 and the lightness value of 2e195a is 0.23.

The process color (four color CMYK) of #2e195a color hex is 0.49, 0.72, 0.00, 0.65. Web safe color of #2e195a is #330066. Color #2e195a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00011001 01011010
Octal 56 31 132
Decimal 46 25 90
Hex 2E 19 5A

RGB Percentages of Color #2e195a

%28.57
%15.53
%55.90

CMYK Percentages of Color #2e195a

%49
%72
%0
%65

Triadic Colors of #2e195a

#2e195a #5a2e19 #195a2e

Analogous Colors of #2e195a

#2e195a #4f195a #19255a

Monochromatic Colors of #2e195a

#2e195a

Complementary Color

#2e195a #455a19

#2e195a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e195a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e195a Color CSS Codes

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

#2e195a Text Font Color

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

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


#2e195a Background Color

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

This div background color is #2e195a


#2e195a Border Color

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

This div border color is #2e195a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e195a


Comments

No comments written yet.

Please login to write comment.