Color Hex Logo

#257fea Color Hex

#257FEA
(37,127,234)
0 Favorites   0 Comments

Color spaces of #257fea

RGB 37127234
HSL0.590.820.53
HSV213°84°92°
CMYK 0.840.460.00   0.08
XYZ23.203621.512680.7713
Yxy21.51260.18490.1714
Hunter Lab46.38178.1312-70.7833
CIE-Lab53.506012.8996-61.2109

#257fea color RGB value is (37,127,234).

#257fea hex color red value is 37, green value is 127 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #257fea hue: 0.59 , saturation: 0.82 and the lightness value of 257fea is 0.53.

The process color (four color CMYK) of #257fea color hex is 0.84, 0.46, 0.00, 0.08. Web safe color of #257fea is #3366ff. Color #257fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111111 11101010
Octal 45 177 352
Decimal 37 127 234
Hex 25 7F EA

RGB Percentages of Color #257fea

%9.30
%31.91
%58.79

CMYK Percentages of Color #257fea

%84
%46
%0
%8

Triadic Colors of #257fea

#257fea #ea257f #7fea25

Analogous Colors of #257fea

#257fea #2e25ea #25e2ea

Monochromatic Colors of #257fea

#257fea

Complementary Color

#257fea #ea9025

#257fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#257fea Color CSS Codes

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

#257fea Text Font Color

<p style="color:#257fea">Text here</p>

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


#257fea Background Color

<div style="background-color:#257fea">
Div content here</div>

This div background color is #257fea


#257fea Border Color

<div style="border:3px solid #257fea">
Div here</div>

This div border color is #257fea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,127,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #257fea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #257fea;
  -webkit-box-shadow: 1px 1px 3px 2px #257fea;
  box-shadow:         1px 1px 3px 2px #257fea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257fea


Comments

No comments written yet.

Please login to write comment.