Color Hex Logo

#254982 Color Hex

#254982
(37,73,130)
0 Favorites   0 Comments

Color spaces of #254982

RGB 3773130
HSL0.600.560.33
HSV217°72°51°
CMYK 0.720.440.00   0.49
XYZ7.17486.770122.0477
Yxy6.77010.19930.1881
Hunter Lab26.01943.6870-32.0261
CIE-Lab31.27777.5303-35.9308

#254982 color RGB value is (37,73,130).

#254982 hex color red value is 37, green value is 73 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #254982 hue: 0.60 , saturation: 0.56 and the lightness value of 254982 is 0.33.

The process color (four color CMYK) of #254982 color hex is 0.72, 0.44, 0.00, 0.49. Web safe color of #254982 is #333399. Color #254982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001001 10000010
Octal 45 111 202
Decimal 37 73 130
Hex 25 49 82

RGB Percentages of Color #254982

%15.42
%30.42
%54.17

CMYK Percentages of Color #254982

%72
%44
%0
%49

Triadic Colors of #254982

#254982 #822549 #498225

Analogous Colors of #254982

#254982 #302582 #257882

Monochromatic Colors of #254982

#254982

Complementary Color

#254982 #825e25

#254982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254982 Color CSS Codes

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

#254982 Text Font Color

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

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


#254982 Background Color

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

This div background color is #254982


#254982 Border Color

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

This div border color is #254982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254982


Comments

No comments written yet.

Please login to write comment.