Color Hex Logo

#2e6acf Color Hex

#2E6ACF
(46,106,207)
0 Favorites   0 Comments

Color spaces of #2e6acf

RGB 46106207
HSL0.600.640.50
HSV218°78°81°
CMYK 0.780.490.00   0.19
XYZ17.543215.393961.0782
Yxy15.39390.18660.1637
Hunter Lab39.235111.1515-64.8337
CIE-Lab46.169016.7121-57.7568

#2e6acf color RGB value is (46,106,207).

#2e6acf hex color red value is 46, green value is 106 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #2e6acf hue: 0.60 , saturation: 0.64 and the lightness value of 2e6acf is 0.50.

The process color (four color CMYK) of #2e6acf color hex is 0.78, 0.49, 0.00, 0.19. Web safe color of #2e6acf is #3366cc. Color #2e6acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01101010 11001111
Octal 56 152 317
Decimal 46 106 207
Hex 2E 6A CF

RGB Percentages of Color #2e6acf

%12.81
%29.53
%57.66

CMYK Percentages of Color #2e6acf

%78
%49
%0
%19

Triadic Colors of #2e6acf

#2e6acf #cf2e6a #6acf2e

Analogous Colors of #2e6acf

#2e6acf #422ecf #2ebbcf

Monochromatic Colors of #2e6acf

#2e6acf

Complementary Color

#2e6acf #cf932e

#2e6acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e6acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e6acf Color CSS Codes

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

#2e6acf Text Font Color

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

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


#2e6acf Background Color

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

This div background color is #2e6acf


#2e6acf Border Color

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

This div border color is #2e6acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e6acf


Comments

No comments written yet.

Please login to write comment.