Color Hex Logo

#257478 Color Hex

#257478
(37,116,120)
0 Favorites   0 Comments

Color spaces of #257478

RGB 37116120
HSL0.510.530.31
HSV183°69°47°
CMYK 0.690.030.00   0.53
XYZ10.398514.240219.9699
Yxy14.24020.23310.3192
Hunter Lab37.7362-16.8513-4.9608
CIE-Lab44.5755-21.9637-9.1919

#257478 color RGB value is (37,116,120).

#257478 hex color red value is 37, green value is 116 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #257478 hue: 0.51 , saturation: 0.53 and the lightness value of 257478 is 0.31.

The process color (four color CMYK) of #257478 color hex is 0.69, 0.03, 0.00, 0.53. Web safe color of #257478 is #336666. Color #257478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110100 01111000
Octal 45 164 170
Decimal 37 116 120
Hex 25 74 78

RGB Percentages of Color #257478

%13.55
%42.49
%43.96

CMYK Percentages of Color #257478

%69
%3
%0
%53

Triadic Colors of #257478

#257478 #782574 #747825

Analogous Colors of #257478

#257478 #254b78 #257852

Monochromatic Colors of #257478

#257478

Complementary Color

#257478 #782925

#257478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#257478 Color CSS Codes

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

#257478 Text Font Color

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

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


#257478 Background Color

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

This div background color is #257478


#257478 Border Color

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

This div border color is #257478


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,116,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #257478; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #257478;
  -webkit-box-shadow: 1px 1px 3px 2px #257478;
  box-shadow:         1px 1px 3px 2px #257478; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257478


Comments

No comments written yet.

Please login to write comment.