Color Hex Logo

#2e235d Color Hex

#2E235D
(46,35,93)
0 Favorites   0 Comments

Color spaces of #2e235d

RGB 463593
HSL0.700.450.25
HSV251°62°36°
CMYK 0.510.620.00   0.64
XYZ3.70352.573210.6574
Yxy2.57320.21870.1520
Hunter Lab16.041213.1390-28.1621
CIE-Lab18.246521.8956-33.1252

#2e235d color RGB value is (46,35,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00100011 01011101
Octal 56 43 135
Decimal 46 35 93
Hex 2E 23 5D

RGB Percentages of Color #2e235d

%26.44
%20.11
%53.45

CMYK Percentages of Color #2e235d

%51
%62
%0
%64

Triadic Colors of #2e235d

#2e235d #5d2e23 #235d2e

Analogous Colors of #2e235d

#2e235d #4b235d #23355d

Monochromatic Colors of #2e235d

#2e235d

Complementary Color

#2e235d #525d23

#2e235d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e235d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e235d Color CSS Codes

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

#2e235d Text Font Color

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

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


#2e235d Background Color

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

This div background color is #2e235d


#2e235d Border Color

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

This div border color is #2e235d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e235d


Comments

No comments written yet.

Please login to write comment.