Color Hex Logo

#2e69ce Color Hex

#2E69CE
(46,105,206)
0 Favorites   0 Comments

Color spaces of #2e69ce

RGB 46105206
HSL0.610.630.49
HSV218°78°81°
CMYK 0.780.490.00   0.19
XYZ17.318915.140260.4021
Yxy15.14020.18650.1630
Hunter Lab38.910411.3566-64.8008
CIE-Lab45.825616.9738-57.7381

#2e69ce color RGB value is (46,105,206).

#2e69ce hex color red value is 46, green value is 105 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2e69ce hue: 0.61 , saturation: 0.63 and the lightness value of 2e69ce is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 01101001 11001110
Octal 56 151 316
Decimal 46 105 206
Hex 2E 69 CE

RGB Percentages of Color #2e69ce

%12.89
%29.41
%57.70

CMYK Percentages of Color #2e69ce

%78
%49
%0
%19

Triadic Colors of #2e69ce

#2e69ce #ce2e69 #69ce2e

Analogous Colors of #2e69ce

#2e69ce #432ece #2eb9ce

Monochromatic Colors of #2e69ce

#2e69ce

Complementary Color

#2e69ce #ce932e

#2e69ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e69ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e69ce Color CSS Codes

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

#2e69ce Text Font Color

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

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


#2e69ce Background Color

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

This div background color is #2e69ce


#2e69ce Border Color

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

This div border color is #2e69ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e69ce

#2e69ce Color Palettes


Comments

No comments written yet.

Please login to write comment.