Color Hex Logo

#257fde Color Hex

#257FDE
(37,127,222)
0 Favorites   0 Comments

Color spaces of #257fde

RGB 37127222
HSL0.590.740.51
HSV211°83°87°
CMYK 0.830.430.00   0.13
XYZ21.537120.846071.9958
Yxy20.84600.18830.1823
Hunter Lab45.65744.2999-61.5324
CIE-Lab52.78058.3588-55.6520

#257fde color RGB value is (37,127,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111111 11011110
Octal 45 177 336
Decimal 37 127 222
Hex 25 7F DE

RGB Percentages of Color #257fde

%9.59
%32.90
%57.51

CMYK Percentages of Color #257fde

%83
%43
%0
%13

Triadic Colors of #257fde

#257fde #de257f #7fde25

Analogous Colors of #257fde

#257fde #2725de #25dcde

Monochromatic Colors of #257fde

#257fde

Complementary Color

#257fde #de8425

#257fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#257fde Color CSS Codes

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

#257fde Text Font Color

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

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


#257fde Background Color

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

This div background color is #257fde


#257fde Border Color

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

This div border color is #257fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257fde


Comments

No comments written yet.

Please login to write comment.