Color Hex Logo

#2e92ec Color Hex

#2E92EC
(46,146,236)
0 Favorites   0 Comments

Color spaces of #2e92ec

RGB 46146236
HSL0.580.830.55
HSV208°81°93°
CMYK 0.810.380.00   0.07
XYZ26.545927.194783.2069
Yxy27.19470.19380.1986
Hunter Lab52.1485-0.3956-58.0977
CIE-Lab59.15412.8907-53.2746

#2e92ec color RGB value is (46,146,236).

#2e92ec hex color red value is 46, green value is 146 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #2e92ec hue: 0.58 , saturation: 0.83 and the lightness value of 2e92ec is 0.55.

The process color (four color CMYK) of #2e92ec color hex is 0.81, 0.38, 0.00, 0.07. Web safe color of #2e92ec is #3399ff. Color #2e92ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10010010 11101100
Octal 56 222 354
Decimal 46 146 236
Hex 2E 92 EC

RGB Percentages of Color #2e92ec

%10.75
%34.11
%55.14

CMYK Percentages of Color #2e92ec

%81
%38
%0
%7

Triadic Colors of #2e92ec

#2e92ec #ec2e92 #92ec2e

Analogous Colors of #2e92ec

#2e92ec #2e33ec #2eece7

Monochromatic Colors of #2e92ec

#2e92ec

Complementary Color

#2e92ec #ec882e

#2e92ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e92ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e92ec Color CSS Codes

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

#2e92ec Text Font Color

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

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


#2e92ec Background Color

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

This div background color is #2e92ec


#2e92ec Border Color

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

This div border color is #2e92ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e92ec


Comments

No comments written yet.

Please login to write comment.