Color Hex Logo

#257da5 Color Hex

#257DA5
(37,125,165)
0 Favorites   0 Comments

Color spaces of #257da5

RGB 37125165
HSL0.550.630.40
HSV199°78°65°
CMYK 0.780.240.00   0.35
XYZ14.888117.777238.2440
Yxy17.77720.21000.2507
Hunter Lab42.1630-10.7555-24.2649
CIE-Lab49.2248-11.6133-28.6557

#257da5 color RGB value is (37,125,165).

#257da5 hex color red value is 37, green value is 125 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #257da5 hue: 0.55 , saturation: 0.63 and the lightness value of 257da5 is 0.40.

The process color (four color CMYK) of #257da5 color hex is 0.78, 0.24, 0.00, 0.35. Web safe color of #257da5 is #336699. Color #257da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111101 10100101
Octal 45 175 245
Decimal 37 125 165
Hex 25 7D A5

RGB Percentages of Color #257da5

%11.31
%38.23
%50.46

CMYK Percentages of Color #257da5

%78
%24
%0
%35

Triadic Colors of #257da5

#257da5 #a5257d #7da525

Analogous Colors of #257da5

#257da5 #253da5 #25a58d

Monochromatic Colors of #257da5

#257da5

Complementary Color

#257da5 #a54d25

#257da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257da5 Color CSS Codes

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

#257da5 Text Font Color

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

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


#257da5 Background Color

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

This div background color is #257da5


#257da5 Border Color

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

This div border color is #257da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257da5


Comments

No comments written yet.

Please login to write comment.