Color Hex Logo

#2e04ec Color Hex

#2E04EC
(46,4,236)
0 Favorites   0 Comments

Color spaces of #2e04ec

RGB 464236
HSL0.700.970.47
HSV251°98°93°
CMYK 0.810.980.00   0.07
XYZ16.31056.723879.7950
Yxy6.72380.15860.0654
Hunter Lab25.930366.9009-164.3013
CIE-Lab31.169774.5341-98.9894

#2e04ec color RGB value is (46,4,236).

#2e04ec hex color red value is 46, green value is 4 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #2e04ec hue: 0.70 , saturation: 0.97 and the lightness value of 2e04ec is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 00000100 11101100
Octal 56 4 354
Decimal 46 4 236
Hex 2E 4 EC

RGB Percentages of Color #2e04ec

%16.08
%1.40
%82.52

CMYK Percentages of Color #2e04ec

%81
%98
%0
%7

Triadic Colors of #2e04ec

#2e04ec #ec2e04 #04ec2e

Analogous Colors of #2e04ec

#2e04ec #a204ec #044eec

Monochromatic Colors of #2e04ec

#2e04ec

Complementary Color

#2e04ec #c2ec04

#2e04ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e04ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e04ec Color CSS Codes

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

#2e04ec Text Font Color

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

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


#2e04ec Background Color

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

This div background color is #2e04ec


#2e04ec Border Color

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

This div border color is #2e04ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e04ec


Comments

No comments written yet.

Please login to write comment.