Color Hex Logo

#2e64bc Color Hex

#2E64BC
(46,100,188)
0 Favorites   0 Comments

Color spaces of #2e64bc

RGB 46100188
HSL0.600.610.46
HSV217°76°74°
CMYK 0.760.470.00   0.26
XYZ14.761013.326049.3711
Yxy13.32600.19060.1720
Hunter Lab36.50488.2945-54.6337
CIE-Lab43.250413.3690-51.4947

#2e64bc color RGB value is (46,100,188).

#2e64bc hex color red value is 46, green value is 100 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2e64bc hue: 0.60 , saturation: 0.61 and the lightness value of 2e64bc is 0.46.

The process color (four color CMYK) of #2e64bc color hex is 0.76, 0.47, 0.00, 0.26. Web safe color of #2e64bc is #3366cc. Color #2e64bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01100100 10111100
Octal 56 144 274
Decimal 46 100 188
Hex 2E 64 BC

RGB Percentages of Color #2e64bc

%13.77
%29.94
%56.29

CMYK Percentages of Color #2e64bc

%76
%47
%0
%26

Triadic Colors of #2e64bc

#2e64bc #bc2e64 #64bc2e

Analogous Colors of #2e64bc

#2e64bc #3f2ebc #2eabbc

Monochromatic Colors of #2e64bc

#2e64bc

Complementary Color

#2e64bc #bc862e

#2e64bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e64bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e64bc Color CSS Codes

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

#2e64bc Text Font Color

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

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


#2e64bc Background Color

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

This div background color is #2e64bc


#2e64bc Border Color

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

This div border color is #2e64bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e64bc


Comments

No comments written yet.

Please login to write comment.