Color Hex Logo

#254776 Color Hex

#254776
(37,71,118)
0 Favorites   0 Comments

Color spaces of #254776

RGB 3771118
HSL0.600.520.30
HSV215°69°46°
CMYK 0.690.400.00   0.54
XYZ6.28626.207818.0064
Yxy6.20780.20610.2035
Hunter Lab24.91551.4337-25.4081
CIE-Lab29.93084.2250-30.5879

#254776 color RGB value is (37,71,118).

#254776 hex color red value is 37, green value is 71 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #254776 hue: 0.60 , saturation: 0.52 and the lightness value of 254776 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000111 01110110
Octal 45 107 166
Decimal 37 71 118
Hex 25 47 76

RGB Percentages of Color #254776

%16.37
%31.42
%52.21

CMYK Percentages of Color #254776

%69
%40
%0
%54

Triadic Colors of #254776

#254776 #762547 #477625

Analogous Colors of #254776

#254776 #2c2576 #257076

Monochromatic Colors of #254776

#254776

Complementary Color

#254776 #765425

#254776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254776 Color CSS Codes

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

#254776 Text Font Color

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

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


#254776 Background Color

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

This div background color is #254776


#254776 Border Color

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

This div border color is #254776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254776


Comments

No comments written yet.

Please login to write comment.