Color Hex Logo

#2e37af Color Hex

#2E37AF
(46,55,175)
0 Favorites   0 Comments

Color spaces of #2e37af

RGB 4655175
HSL0.660.580.43
HSV236°74°69°
CMYK 0.740.690.00   0.31
XYZ10.23086.408441.2552
Yxy6.40840.17670.1107
Hunter Lab25.314827.8385-78.9037
CIE-Lab30.420337.7574-64.6876

#2e37af color RGB value is (46,55,175).

#2e37af hex color red value is 46, green value is 55 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2e37af hue: 0.66 , saturation: 0.58 and the lightness value of 2e37af is 0.43.

The process color (four color CMYK) of #2e37af color hex is 0.74, 0.69, 0.00, 0.31. Web safe color of #2e37af is #333399. Color #2e37af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00110111 10101111
Octal 56 67 257
Decimal 46 55 175
Hex 2E 37 AF

RGB Percentages of Color #2e37af

%16.67
%19.93
%63.41

CMYK Percentages of Color #2e37af

%74
%69
%0
%31

Triadic Colors of #2e37af

#2e37af #af2e37 #37af2e

Analogous Colors of #2e37af

#2e37af #662eaf #2e78af

Monochromatic Colors of #2e37af

#2e37af

Complementary Color

#2e37af #afa62e

#2e37af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e37af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e37af Color CSS Codes

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

#2e37af Text Font Color

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

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


#2e37af Background Color

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

This div background color is #2e37af


#2e37af Border Color

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

This div border color is #2e37af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e37af


Comments

No comments written yet.

Please login to write comment.