Color Hex Logo

#257fda Color Hex

#257FDA
(37,127,218)
0 Favorites   0 Comments

Color spaces of #257fda

RGB 37127218
HSL0.580.710.50
HSV210°83°85°
CMYK 0.830.420.00   0.15
XYZ21.007220.634069.2052
Yxy20.63400.18950.1861
Hunter Lab45.42473.0564-58.5320
CIE-Lab52.54666.8465-53.7744

#257fda color RGB value is (37,127,218).

#257fda hex color red value is 37, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #257fda hue: 0.58 , saturation: 0.71 and the lightness value of 257fda is 0.50.

The process color (four color CMYK) of #257fda color hex is 0.83, 0.42, 0.00, 0.15. Web safe color of #257fda is #3366cc. Color #257fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111111 11011010
Octal 45 177 332
Decimal 37 127 218
Hex 25 7F DA

RGB Percentages of Color #257fda

%9.69
%33.25
%57.07

CMYK Percentages of Color #257fda

%83
%42
%0
%15

Triadic Colors of #257fda

#257fda #da257f #7fda25

Analogous Colors of #257fda

#257fda #2625da #25dada

Monochromatic Colors of #257fda

#257fda

Complementary Color

#257fda #da8025

#257fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#257fda Color CSS Codes

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

#257fda Text Font Color

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

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


#257fda Background Color

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

This div background color is #257fda


#257fda Border Color

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

This div border color is #257fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257fda


Comments

No comments written yet.

Please login to write comment.