color codes Logo

#2e73ef color codes

#2E73EF
(46,115,239)
0 Favorites   0 Comments

Color spaces of #2e73ef

RGB 46115239
HSL0.610.860.56
HSV219°81°94°
CMYK 0.810.520.00   0.06
XYZ22.837419.074384.1394
Yxy19.07430.18120.1513
Hunter Lab43.674116.9087-83.6519
CIE-Lab50.774023.0227-68.4035

#2e73ef color RGB value is (46,115,239).

#2e73ef hex color red value is 46, green value is 115 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2e73ef hue: 0.61 , saturation: 0.86 and the lightness value of 2e73ef is 0.56.

The process color (four color CMYK) of #2e73ef color code is 0.81, 0.52, 0.00, 0.06. Web safe color of #2e73ef is #3366ff. Color #2e73ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01110011 11101111
Octal 56 163 357
Decimal 46 115 239
Hex 2E 73 EF

RGB Percentages of Color #2e73ef

%11.50
%28.75
%59.75

CMYK Percentages of Color #2e73ef

%81
%52
%0
%6

Triadic Colors of #2e73ef

#2e73ef #ef2e73 #73ef2e

Analogous Colors of #2e73ef

#2e73ef #492eef #2ed4ef

Monochromatic Colors of #2e73ef

#2e73ef

Complementary Color

#2e73ef #efaa2e

#2e73ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e73ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e73ef Color CSS Codes

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

#2e73ef Text Font Color

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

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


#2e73ef Background Color

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

This div background color is #2e73ef


#2e73ef Border Color

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

This div border color is #2e73ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e73ef


Comments

No comments written yet.

Please login to write comment.