Color Hex Logo

#2589fe Color Hex

#2589FE
(37,137,254)
0 Favorites   0 Comments

Color spaces of #2589fe

RGB 37137254
HSL0.590.990.57
HSV212°85°100°
CMYK 0.850.460.00   0.00
XYZ27.598025.440497.2218
Yxy25.44040.18370.1693
Hunter Lab50.43859.4010-78.9765
CIE-Lab57.502014.2737-65.8612

#2589fe color RGB value is (37,137,254).

#2589fe hex color red value is 37, green value is 137 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #2589fe hue: 0.59 , saturation: 0.99 and the lightness value of 2589fe is 0.57.

The process color (four color CMYK) of #2589fe color hex is 0.85, 0.46, 0.00, 0.00. Web safe color of #2589fe is #3399ff. Color #2589fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001001 11111110
Octal 45 211 376
Decimal 37 137 254
Hex 25 89 FE

RGB Percentages of Color #2589fe

%8.64
%32.01
%59.35

CMYK Percentages of Color #2589fe

%85
%46
%0
%0

Triadic Colors of #2589fe

#2589fe #fe2589 #89fe25

Analogous Colors of #2589fe

#2589fe #2e25fe #25f6fe

Monochromatic Colors of #2589fe

#2589fe

Complementary Color

#2589fe #fe9a25

#2589fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2589fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2589fe Color CSS Codes

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

#2589fe Text Font Color

<p style="color:#2589fe">Text here</p>

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


#2589fe Background Color

<div style="background-color:#2589fe">
Div content here</div>

This div background color is #2589fe


#2589fe Border Color

<div style="border:3px solid #2589fe">
Div here</div>

This div border color is #2589fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,137,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2589fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2589fe;
  -webkit-box-shadow: 1px 1px 3px 2px #2589fe;
  box-shadow:         1px 1px 3px 2px #2589fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2589fe


Comments

No comments written yet.

Please login to write comment.