Color Hex Logo

#2e04ad Color Hex

#2E04AD
(46,4,173)
0 Favorites   0 Comments

Color spaces of #2e04ad

RGB 464173
HSL0.710.950.35
HSV255°98°68°
CMYK 0.730.980.00   0.32
XYZ8.71303.684839.7872
Yxy3.68480.16700.0706
Hunter Lab19.195847.4285-109.4533
CIE-Lab22.600859.0654-76.4322

#2e04ad color RGB value is (46,4,173).

#2e04ad hex color red value is 46, green value is 4 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2e04ad hue: 0.71 , saturation: 0.95 and the lightness value of 2e04ad is 0.35.

The process color (four color CMYK) of #2e04ad color hex is 0.73, 0.98, 0.00, 0.32. Web safe color of #2e04ad is #330099. Color #2e04ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00000100 10101101
Octal 56 4 255
Decimal 46 4 173
Hex 2E 4 AD

RGB Percentages of Color #2e04ad

%20.63
%1.79
%77.58

CMYK Percentages of Color #2e04ad

%73
%98
%0
%32

Triadic Colors of #2e04ad

#2e04ad #ad2e04 #04ad2e

Analogous Colors of #2e04ad

#2e04ad #8304ad #042fad

Monochromatic Colors of #2e04ad

#2e04ad

Complementary Color

#2e04ad #83ad04

#2e04ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e04ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e04ad Color CSS Codes

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

#2e04ad Text Font Color

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

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


#2e04ad Background Color

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

This div background color is #2e04ad


#2e04ad Border Color

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

This div border color is #2e04ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e04ad


Comments

No comments written yet.

Please login to write comment.