Color Hex Logo

#25507b Color Hex

#25507B
(37,80,123)
0 Favorites   0 Comments

Color spaces of #25507b

RGB 3780123
HSL0.580.540.31
HSV210°70°48°
CMYK 0.700.350.00   0.52
XYZ7.20687.560719.8184
Yxy7.56070.20840.2186
Hunter Lab27.4967-1.3350-23.4858
CIE-Lab33.05070.2016-28.7741

#25507b color RGB value is (37,80,123).

#25507b hex color red value is 37, green value is 80 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #25507b hue: 0.58 , saturation: 0.54 and the lightness value of 25507b is 0.31.

The process color (four color CMYK) of #25507b color hex is 0.70, 0.35, 0.00, 0.52. Web safe color of #25507b is #336666. Color #25507b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010000 01111011
Octal 45 120 173
Decimal 37 80 123
Hex 25 50 7B

RGB Percentages of Color #25507b

%15.42
%33.33
%51.25

CMYK Percentages of Color #25507b

%70
%35
%0
%52

Triadic Colors of #25507b

#25507b #7b2550 #507b25

Analogous Colors of #25507b

#25507b #25257b #257b7b

Monochromatic Colors of #25507b

#25507b

Complementary Color

#25507b #7b5025

#25507b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25507b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25507b Color CSS Codes

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

#25507b Text Font Color

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

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


#25507b Background Color

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

This div background color is #25507b


#25507b Border Color

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

This div border color is #25507b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,80,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25507b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25507b;
  -webkit-box-shadow: 1px 1px 3px 2px #25507b;
  box-shadow:         1px 1px 3px 2px #25507b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25507b


Comments

No comments written yet.

Please login to write comment.