Color Hex Logo

#2577ce Color Hex

#2577CE
(37,119,206)
0 Favorites   0 Comments

Color spaces of #2577ce

RGB 37119206
HSL0.590.700.48
HSV211°82°81°
CMYK 0.820.420.00   0.19
XYZ18.500418.043260.9001
Yxy18.04320.18990.1852
Hunter Lab42.47733.4080-55.2705
CIE-Lab49.54857.2318-51.7698

#2577ce color RGB value is (37,119,206).

#2577ce hex color red value is 37, green value is 119 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2577ce hue: 0.59 , saturation: 0.70 and the lightness value of 2577ce is 0.48.

The process color (four color CMYK) of #2577ce color hex is 0.82, 0.42, 0.00, 0.19. Web safe color of #2577ce is #3366cc. Color #2577ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110111 11001110
Octal 45 167 316
Decimal 37 119 206
Hex 25 77 CE

RGB Percentages of Color #2577ce

%10.22
%32.87
%56.91

CMYK Percentages of Color #2577ce

%82
%42
%0
%19

Triadic Colors of #2577ce

#2577ce #ce2577 #77ce25

Analogous Colors of #2577ce

#2577ce #2825ce #25ccce

Monochromatic Colors of #2577ce

#2577ce

Complementary Color

#2577ce #ce7c25

#2577ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2577ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2577ce Color CSS Codes

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

#2577ce Text Font Color

<p style="color:#2577ce">Text here</p>

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


#2577ce Background Color

<div style="background-color:#2577ce">
Div content here</div>

This div background color is #2577ce


#2577ce Border Color

<div style="border:3px solid #2577ce">
Div here</div>

This div border color is #2577ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,119,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2577ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2577ce;
  -webkit-box-shadow: 1px 1px 3px 2px #2577ce;
  box-shadow:         1px 1px 3px 2px #2577ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2577ce


Comments

No comments written yet.

Please login to write comment.