Color Hex Logo

#254b71 Color Hex

#254B71
(37,75,113)
0 Favorites   0 Comments

Color spaces of #254b71

RGB 3775113
HSL0.580.510.29
HSV210°67°44°
CMYK 0.670.340.00   0.56
XYZ6.25976.617716.5702
Yxy6.61770.21260.2247
Hunter Lab25.7249-1.5837-20.1831
CIE-Lab30.9203-0.3245-25.8820

#254b71 color RGB value is (37,75,113).

#254b71 hex color red value is 37, green value is 75 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #254b71 hue: 0.58 , saturation: 0.51 and the lightness value of 254b71 is 0.29.

The process color (four color CMYK) of #254b71 color hex is 0.67, 0.34, 0.00, 0.56. Web safe color of #254b71 is #333366. Color #254b71 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001011 01110001
Octal 45 113 161
Decimal 37 75 113
Hex 25 4B 71

RGB Percentages of Color #254b71

%16.44
%33.33
%50.22

CMYK Percentages of Color #254b71

%67
%34
%0
%56

Triadic Colors of #254b71

#254b71 #71254b #4b7125

Analogous Colors of #254b71

#254b71 #252571 #257171

Monochromatic Colors of #254b71

#254b71

Complementary Color

#254b71 #714b25

#254b71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254b71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254b71 Color CSS Codes

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

#254b71 Text Font Color

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

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


#254b71 Background Color

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

This div background color is #254b71


#254b71 Border Color

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

This div border color is #254b71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,75,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254b71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254b71;
  -webkit-box-shadow: 1px 1px 3px 2px #254b71;
  box-shadow:         1px 1px 3px 2px #254b71; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254b71


Comments

No comments written yet.

Please login to write comment.