Color Hex Logo

#2557ac Color Hex

#2557AC
(37,87,172)
0 Favorites   0 Comments

Color spaces of #2557ac

RGB 3787172
HSL0.600.650.41
HSV218°78°67°
CMYK 0.780.490.00   0.33
XYZ11.617510.188340.3839
Yxy10.18830.18680.1638
Hunter Lab31.91919.1096-52.6700
CIE-Lab38.178314.6118-50.2856

#2557ac color RGB value is (37,87,172).

#2557ac hex color red value is 37, green value is 87 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2557ac hue: 0.60 , saturation: 0.65 and the lightness value of 2557ac is 0.41.

The process color (four color CMYK) of #2557ac color hex is 0.78, 0.49, 0.00, 0.33. Web safe color of #2557ac is #336699. Color #2557ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010111 10101100
Octal 45 127 254
Decimal 37 87 172
Hex 25 57 AC

RGB Percentages of Color #2557ac

%12.50
%29.39
%58.11

CMYK Percentages of Color #2557ac

%78
%49
%0
%33

Triadic Colors of #2557ac

#2557ac #ac2557 #57ac25

Analogous Colors of #2557ac

#2557ac #3625ac #259bac

Monochromatic Colors of #2557ac

#2557ac

Complementary Color

#2557ac #ac7a25

#2557ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2557ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2557ac Color CSS Codes

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

#2557ac Text Font Color

<p style="color:#2557ac">Text here</p>

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


#2557ac Background Color

<div style="background-color:#2557ac">
Div content here</div>

This div background color is #2557ac


#2557ac Border Color

<div style="border:3px solid #2557ac">
Div here</div>

This div border color is #2557ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,87,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2557ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2557ac;
  -webkit-box-shadow: 1px 1px 3px 2px #2557ac;
  box-shadow:         1px 1px 3px 2px #2557ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2557ac


Comments

No comments written yet.

Please login to write comment.