color codes Logo

#2e7ff6 color codes

#2E7FF6
(46,127,246)
0 Favorites   0 Comments

Color spaces of #2e7ff6

RGB 46127246
HSL0.600.920.57
HSV216°81°96°
CMYK 0.810.480.00   0.04
XYZ25.350622.413490.1789
Yxy22.41340.18380.1625
Hunter Lab47.342812.7313-79.7961
CIE-Lab54.462918.1304-66.3336

#2e7ff6 color RGB value is (46,127,246).

#2e7ff6 hex color red value is 46, green value is 127 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #2e7ff6 hue: 0.60 , saturation: 0.92 and the lightness value of 2e7ff6 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 01111111 11110110
Octal 56 177 366
Decimal 46 127 246
Hex 2E 7F F6

RGB Percentages of Color #2e7ff6

%10.98
%30.31
%58.71

CMYK Percentages of Color #2e7ff6

%81
%48
%0
%4

Triadic Colors of #2e7ff6

#2e7ff6 #f62e7f #7ff62e

Analogous Colors of #2e7ff6

#2e7ff6 #412ef6 #2ee3f6

Monochromatic Colors of #2e7ff6

#2e7ff6

Complementary Color

#2e7ff6 #f6a52e

#2e7ff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e7ff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e7ff6 Color CSS Codes

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

#2e7ff6 Text Font Color

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

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


#2e7ff6 Background Color

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

This div background color is #2e7ff6


#2e7ff6 Border Color

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

This div border color is #2e7ff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e7ff6


Comments

No comments written yet.

Please login to write comment.