Color Hex Logo

#2e30ba Color Hex

#2E30BA
(46,48,186)
0 Favorites   0 Comments

Color spaces of #2e30ba

RGB 4648186
HSL0.660.600.45
HSV239°75°73°
CMYK 0.750.740.00   0.27
XYZ11.04666.239947.0766
Yxy6.23990.17160.0969
Hunter Lab24.979835.2219-94.2513
CIE-Lab30.009845.6876-71.9052

#2e30ba color RGB value is (46,48,186).

#2e30ba hex color red value is 46, green value is 48 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2e30ba hue: 0.66 , saturation: 0.60 and the lightness value of 2e30ba is 0.45.

The process color (four color CMYK) of #2e30ba color hex is 0.75, 0.74, 0.00, 0.27. Web safe color of #2e30ba is #3333cc. Color #2e30ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00110000 10111010
Octal 56 60 272
Decimal 46 48 186
Hex 2E 30 BA

RGB Percentages of Color #2e30ba

%16.43
%17.14
%66.43

CMYK Percentages of Color #2e30ba

%75
%74
%0
%27

Triadic Colors of #2e30ba

#2e30ba #ba2e30 #30ba2e

Analogous Colors of #2e30ba

#2e30ba #722eba #2e76ba

Monochromatic Colors of #2e30ba

#2e30ba

Complementary Color

#2e30ba #bab82e

#2e30ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e30ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e30ba Color CSS Codes

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

#2e30ba Text Font Color

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

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


#2e30ba Background Color

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

This div background color is #2e30ba


#2e30ba Border Color

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

This div border color is #2e30ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e30ba


Comments

No comments written yet.

Please login to write comment.