Color Hex Logo

#2e245e Color Hex

#2E245E
(46,36,94)
0 Favorites   0 Comments

Color spaces of #2e245e

RGB 463694
HSL0.700.450.25
HSV250°62°37°
CMYK 0.510.620.00   0.63
XYZ3.77802.650710.9022
Yxy2.65070.21800.1529
Hunter Lab16.281012.9292-28.3056
CIE-Lab18.586921.5574-33.2387

#2e245e color RGB value is (46,36,94).

#2e245e hex color red value is 46, green value is 36 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #2e245e hue: 0.70 , saturation: 0.45 and the lightness value of 2e245e is 0.25.

The process color (four color CMYK) of #2e245e color hex is 0.51, 0.62, 0.00, 0.63. Web safe color of #2e245e is #333366. Color #2e245e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00100100 01011110
Octal 56 44 136
Decimal 46 36 94
Hex 2E 24 5E

RGB Percentages of Color #2e245e

%26.14
%20.45
%53.41

CMYK Percentages of Color #2e245e

%51
%62
%0
%63

Triadic Colors of #2e245e

#2e245e #5e2e24 #245e2e

Analogous Colors of #2e245e

#2e245e #4b245e #24375e

Monochromatic Colors of #2e245e

#2e245e

Complementary Color

#2e245e #545e24

#2e245e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e245e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e245e Color CSS Codes

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

#2e245e Text Font Color

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

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


#2e245e Background Color

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

This div background color is #2e245e


#2e245e Border Color

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

This div border color is #2e245e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e245e


Comments

No comments written yet.

Please login to write comment.