Color Hex Logo

#2594ce Color Hex

#2594CE
(37,148,206)
0 Favorites   0 Comments

Color spaces of #2594ce

RGB 37148206
HSL0.560.700.48
HSV201°82°81°
CMYK 0.820.280.00   0.19
XYZ22.493426.029462.2312
Yxy26.02940.20310.2350
Hunter Lab51.0190-10.5857-36.6065
CIE-Lab58.0649-9.9723-38.2781

#2594ce color RGB value is (37,148,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010100 11001110
Octal 45 224 316
Decimal 37 148 206
Hex 25 94 CE

RGB Percentages of Color #2594ce

%9.46
%37.85
%52.69

CMYK Percentages of Color #2594ce

%82
%28
%0
%19

Triadic Colors of #2594ce

#2594ce #ce2594 #94ce25

Analogous Colors of #2594ce

#2594ce #2540ce #25ceb4

Monochromatic Colors of #2594ce

#2594ce

Complementary Color

#2594ce #ce5f25

#2594ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2594ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2594ce Color CSS Codes

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

#2594ce Text Font Color

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

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


#2594ce Background Color

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

This div background color is #2594ce


#2594ce Border Color

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

This div border color is #2594ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,148,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 #2594ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2594ce


Comments

No comments written yet.

Please login to write comment.