Color Hex Logo

#254879 Color Hex

#254879
(37,72,121)
0 Favorites   0 Comments

Color spaces of #254879

RGB 3772121
HSL0.600.530.31
HSV215°69°47°
CMYK 0.690.400.00   0.53
XYZ6.53156.408518.9819
Yxy6.40850.20460.2008
Hunter Lab25.31501.7533-26.7368
CIE-Lab30.42054.7107-31.6912

#254879 color RGB value is (37,72,121).

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

The process color (four color CMYK) of #254879 color hex is 0.69, 0.40, 0.00, 0.53. Web safe color of #254879 is #333366. Color #254879 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001000 01111001
Octal 45 110 171
Decimal 37 72 121
Hex 25 48 79

RGB Percentages of Color #254879

%16.09
%31.30
%52.61

CMYK Percentages of Color #254879

%69
%40
%0
%53

Triadic Colors of #254879

#254879 #792548 #487925

Analogous Colors of #254879

#254879 #2c2579 #257279

Monochromatic Colors of #254879

#254879

Complementary Color

#254879 #795625

#254879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254879 Color CSS Codes

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

#254879 Text Font Color

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

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


#254879 Background Color

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

This div background color is #254879


#254879 Border Color

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

This div border color is #254879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254879


Comments

No comments written yet.

Please login to write comment.