color codes Logo

#2e5cea color codes

#2E5CEA
(46,92,234)
0 Favorites   0 Comments

Color spaces of #2e5cea

RGB 4692234
HSL0.630.820.55
HSV225°80°92°
CMYK 0.800.610.00   0.08
XYZ19.805114.175679.5342
Yxy14.17560.17450.1249
Hunter Lab37.650528.0071-98.8909
CIE-Lab44.483735.7203-75.8375

#2e5cea color RGB value is (46,92,234).

#2e5cea hex color red value is 46, green value is 92 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2e5cea hue: 0.63 , saturation: 0.82 and the lightness value of 2e5cea is 0.55.

The process color (four color CMYK) of #2e5cea color code is 0.80, 0.61, 0.00, 0.08. Web safe color of #2e5cea is #3366ff. Color #2e5cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01011100 11101010
Octal 56 134 352
Decimal 46 92 234
Hex 2E 5C EA

RGB Percentages of Color #2e5cea

%12.37
%24.73
%62.90

CMYK Percentages of Color #2e5cea

%80
%61
%0
%8

Triadic Colors of #2e5cea

#2e5cea #ea2e5c #5cea2e

Analogous Colors of #2e5cea

#2e5cea #5e2eea #2ebaea

Monochromatic Colors of #2e5cea

#2e5cea

Complementary Color

#2e5cea #eabc2e

#2e5cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e5cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e5cea Color CSS Codes

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

#2e5cea Text Font Color

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

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


#2e5cea Background Color

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

This div background color is #2e5cea


#2e5cea Border Color

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

This div border color is #2e5cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e5cea


Comments

No comments written yet.

Please login to write comment.