Color Hex Logo

#2e3498 Color Hex

#2E3498
(46,52,152)
0 Favorites   0 Comments

Color spaces of #2e3498

RGB 4652152
HSL0.660.540.39
HSV237°70°60°
CMYK 0.700.660.00   0.40
XYZ8.02225.303830.3067
Yxy5.30380.18390.1216
Hunter Lab23.030021.8757-61.9027
CIE-Lab27.583331.4659-55.4402

#2e3498 color RGB value is (46,52,152).

#2e3498 hex color red value is 46, green value is 52 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #2e3498 hue: 0.66 , saturation: 0.54 and the lightness value of 2e3498 is 0.39.

The process color (four color CMYK) of #2e3498 color hex is 0.70, 0.66, 0.00, 0.40. Web safe color of #2e3498 is #333399. Color #2e3498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00110100 10011000
Octal 56 64 230
Decimal 46 52 152
Hex 2E 34 98

RGB Percentages of Color #2e3498

%18.40
%20.80
%60.80

CMYK Percentages of Color #2e3498

%70
%66
%0
%40

Triadic Colors of #2e3498

#2e3498 #982e34 #34982e

Analogous Colors of #2e3498

#2e3498 #5d2e98 #2e6998

Monochromatic Colors of #2e3498

#2e3498

Complementary Color

#2e3498 #98922e

#2e3498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e3498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e3498 Color CSS Codes

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

#2e3498 Text Font Color

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

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


#2e3498 Background Color

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

This div background color is #2e3498


#2e3498 Border Color

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

This div border color is #2e3498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e3498


Comments

No comments written yet.

Please login to write comment.