Color Hex Logo

#2e083c Color Hex

#2E083C
(46,8,60)
0 Favorites   0 Comments

Color spaces of #2e083c

RGB 46860
HSL0.790.760.13
HSV284°87°24°
CMYK 0.230.870.00   0.76
XYZ2.02921.08084.3766
Yxy1.08080.27100.1444
Hunter Lab10.396216.6477-17.6828
CIE-Lab9.647228.1589-24.2910

#2e083c color RGB value is (46,8,60).

#2e083c hex color red value is 46, green value is 8 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #2e083c hue: 0.79 , saturation: 0.76 and the lightness value of 2e083c is 0.13.

The process color (four color CMYK) of #2e083c color hex is 0.23, 0.87, 0.00, 0.76. Web safe color of #2e083c is #330033. Color #2e083c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00001000 00111100
Octal 56 10 74
Decimal 46 8 60
Hex 2E 8 3C

RGB Percentages of Color #2e083c

%40.35
%7.02
%52.63

CMYK Percentages of Color #2e083c

%23
%87
%0
%76

Triadic Colors of #2e083c

#2e083c #3c2e08 #083c2e

Analogous Colors of #2e083c

#2e083c #3c0830 #14083c

Monochromatic Colors of #2e083c

#2e083c

Complementary Color

#2e083c #163c08

#2e083c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e083c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e083c Color CSS Codes

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

#2e083c Text Font Color

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

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


#2e083c Background Color

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

This div background color is #2e083c


#2e083c Border Color

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

This div border color is #2e083c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e083c


Comments

No comments written yet.

Please login to write comment.