Color Hex Logo

#2e557c Color Hex

#2E557C
(46,85,124)
0 Favorites   0 Comments

Color spaces of #2e557c

RGB 4685124
HSL0.580.460.33
HSV210°63°49°
CMYK 0.630.310.00   0.51
XYZ8.01338.533120.2935
Yxy8.53310.21750.2316
Hunter Lab29.2115-2.1539-20.7413
CIE-Lab35.0693-0.8825-26.1922

#2e557c color RGB value is (46,85,124).

#2e557c hex color red value is 46, green value is 85 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #2e557c hue: 0.58 , saturation: 0.46 and the lightness value of 2e557c is 0.33.

The process color (four color CMYK) of #2e557c color hex is 0.63, 0.31, 0.00, 0.51. Web safe color of #2e557c is #336666. Color #2e557c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01010101 01111100
Octal 56 125 174
Decimal 46 85 124
Hex 2E 55 7C

RGB Percentages of Color #2e557c

%18.04
%33.33
%48.63

CMYK Percentages of Color #2e557c

%63
%31
%0
%51

Triadic Colors of #2e557c

#2e557c #7c2e55 #557c2e

Analogous Colors of #2e557c

#2e557c #2e2e7c #2e7c7c

Monochromatic Colors of #2e557c

#2e557c

Complementary Color

#2e557c #7c552e

#2e557c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e557c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e557c Color CSS Codes

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

#2e557c Text Font Color

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

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


#2e557c Background Color

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

This div background color is #2e557c


#2e557c Border Color

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

This div border color is #2e557c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e557c

#2e557c Color Palettes


Comments

No comments written yet.

Please login to write comment.