Color Hex Logo

#2e75ce Color Hex

#2E75CE
(46,117,206)
0 Favorites   0 Comments

Color spaces of #2e75ce

RGB 46117206
HSL0.590.630.49
HSV213°78°81°
CMYK 0.780.430.00   0.19
XYZ18.628617.759760.8386
Yxy17.75970.19160.1827
Hunter Lab42.14235.1553-56.0943
CIE-Lab49.20339.3872-52.3093

#2e75ce color RGB value is (46,117,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 01110101 11001110
Octal 56 165 316
Decimal 46 117 206
Hex 2E 75 CE

RGB Percentages of Color #2e75ce

%12.47
%31.71
%55.83

CMYK Percentages of Color #2e75ce

%78
%43
%0
%19

Triadic Colors of #2e75ce

#2e75ce #ce2e75 #75ce2e

Analogous Colors of #2e75ce

#2e75ce #372ece #2ec5ce

Monochromatic Colors of #2e75ce

#2e75ce

Complementary Color

#2e75ce #ce872e

#2e75ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e75ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e75ce Color CSS Codes

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

#2e75ce Text Font Color

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

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


#2e75ce Background Color

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

This div background color is #2e75ce


#2e75ce Border Color

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

This div border color is #2e75ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,117,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 #2e75ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e75ce


Comments

No comments written yet.

Please login to write comment.