Color Hex Logo

#2e6dca Color Hex

#2E6DCA
(46,109,202)
0 Favorites   0 Comments

Color spaces of #2e6dca

RGB 46109202
HSL0.600.630.49
HSV216°77°79°
CMYK 0.770.460.00   0.21
XYZ17.256015.782458.0139
Yxy15.78240.18950.1733
Hunter Lab39.72718.0116-58.7729
CIE-Lab46.687712.9144-54.0567

#2e6dca color RGB value is (46,109,202).

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

The process color (four color CMYK) of #2e6dca color hex is 0.77, 0.46, 0.00, 0.21. Web safe color of #2e6dca is #3366cc. Color #2e6dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01101101 11001010
Octal 56 155 312
Decimal 46 109 202
Hex 2E 6D CA

RGB Percentages of Color #2e6dca

%12.89
%30.53
%56.58

CMYK Percentages of Color #2e6dca

%77
%46
%0
%21

Triadic Colors of #2e6dca

#2e6dca #ca2e6d #6dca2e

Analogous Colors of #2e6dca

#2e6dca #3d2eca #2ebbca

Monochromatic Colors of #2e6dca

#2e6dca

Complementary Color

#2e6dca #ca8b2e

#2e6dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e6dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e6dca Color CSS Codes

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

#2e6dca Text Font Color

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

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


#2e6dca Background Color

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

This div background color is #2e6dca


#2e6dca Border Color

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

This div border color is #2e6dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e6dca


Comments

No comments written yet.

Please login to write comment.