Color Hex Logo

#257aea Color Hex

#257AEA
(37,122,234)
0 Favorites   0 Comments

Color spaces of #257aea

RGB 37122234
HSL0.590.820.53
HSV214°84°92°
CMYK 0.840.480.00   0.08
XYZ22.573820.252980.5613
Yxy20.25290.18290.1641
Hunter Lab45.003210.7807-74.6341
CIE-Lab52.121916.0121-63.4401

#257aea color RGB value is (37,122,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111010 11101010
Octal 45 172 352
Decimal 37 122 234
Hex 25 7A EA

RGB Percentages of Color #257aea

%9.41
%31.04
%59.54

CMYK Percentages of Color #257aea

%84
%48
%0
%8

Triadic Colors of #257aea

#257aea #ea257a #7aea25

Analogous Colors of #257aea

#257aea #3225ea #25ddea

Monochromatic Colors of #257aea

#257aea

Complementary Color

#257aea #ea9525

#257aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#257aea Color CSS Codes

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

#257aea Text Font Color

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

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


#257aea Background Color

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

This div background color is #257aea


#257aea Border Color

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

This div border color is #257aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257aea


Comments

No comments written yet.

Please login to write comment.