Color Hex Logo

#2e058d Color Hex

#2E058D
(46,5,141)
0 Favorites   0 Comments

Color spaces of #2e058d

RGB 465141
HSL0.720.930.29
HSV258°96°55°
CMYK 0.670.960.00   0.45
XYZ5.98872.612525.3879
Yxy2.61250.17620.0769
Hunter Lab16.163237.8511-81.8137
CIE-Lab18.419950.5992-63.7536

#2e058d color RGB value is (46,5,141).

#2e058d hex color red value is 46, green value is 5 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #2e058d hue: 0.72 , saturation: 0.93 and the lightness value of 2e058d is 0.29.

The process color (four color CMYK) of #2e058d color hex is 0.67, 0.96, 0.00, 0.45. Web safe color of #2e058d is #330099. Color #2e058d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00000101 10001101
Octal 56 5 215
Decimal 46 5 141
Hex 2E 5 8D

RGB Percentages of Color #2e058d

%23.96
%2.60
%73.44

CMYK Percentages of Color #2e058d

%67
%96
%0
%45

Triadic Colors of #2e058d

#2e058d #8d2e05 #058d2e

Analogous Colors of #2e058d

#2e058d #72058d #05208d

Monochromatic Colors of #2e058d

#2e058d

Complementary Color

#2e058d #648d05

#2e058d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e058d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e058d Color CSS Codes

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

#2e058d Text Font Color

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

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


#2e058d Background Color

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

This div background color is #2e058d


#2e058d Border Color

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

This div border color is #2e058d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e058d


Comments

No comments written yet.

Please login to write comment.