Color Hex Logo

#2e528d Color Hex

#2E528D
(46,82,141)
0 Favorites   0 Comments

Color spaces of #2e528d

RGB 4682141
HSL0.600.510.37
HSV217°67°55°
CMYK 0.670.420.00   0.45
XYZ8.95178.538526.3756
Yxy8.53850.20410.1947
Hunter Lab29.22073.5468-33.0627
CIE-Lab35.08017.3154-36.6053

#2e528d color RGB value is (46,82,141).

#2e528d hex color red value is 46, green value is 82 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #2e528d hue: 0.60 , saturation: 0.51 and the lightness value of 2e528d is 0.37.

The process color (four color CMYK) of #2e528d color hex is 0.67, 0.42, 0.00, 0.45. Web safe color of #2e528d is #336699. Color #2e528d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01010010 10001101
Octal 56 122 215
Decimal 46 82 141
Hex 2E 52 8D

RGB Percentages of Color #2e528d

%17.10
%30.48
%52.42

CMYK Percentages of Color #2e528d

%67
%42
%0
%45

Triadic Colors of #2e528d

#2e528d #8d2e52 #528d2e

Analogous Colors of #2e528d

#2e528d #3a2e8d #2e828d

Monochromatic Colors of #2e528d

#2e528d

Complementary Color

#2e528d #8d692e

#2e528d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e528d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e528d Color CSS Codes

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

#2e528d Text Font Color

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

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


#2e528d Background Color

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

This div background color is #2e528d


#2e528d Border Color

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

This div border color is #2e528d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e528d


Comments

No comments written yet.

Please login to write comment.