Color Hex Logo

#25608d Color Hex

#25608D
(37,96,141)
0 Favorites   0 Comments

Color spaces of #25608d

RGB 3796141
HSL0.570.580.35
HSV206°74°55°
CMYK 0.740.320.00   0.45
XYZ9.753510.682126.7471
Yxy10.68210.20670.2264
Hunter Lab32.6835-3.9276-25.6426
CIE-Lab39.0398-3.1535-30.3608

#25608d color RGB value is (37,96,141).

#25608d hex color red value is 37, green value is 96 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #25608d hue: 0.57 , saturation: 0.58 and the lightness value of 25608d is 0.35.

The process color (four color CMYK) of #25608d color hex is 0.74, 0.32, 0.00, 0.45. Web safe color of #25608d is #336699. Color #25608d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100000 10001101
Octal 45 140 215
Decimal 37 96 141
Hex 25 60 8D

RGB Percentages of Color #25608d

%13.50
%35.04
%51.46

CMYK Percentages of Color #25608d

%74
%32
%0
%45

Triadic Colors of #25608d

#25608d #8d2560 #608d25

Analogous Colors of #25608d

#25608d #252c8d #258d86

Monochromatic Colors of #25608d

#25608d

Complementary Color

#25608d #8d5225

#25608d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25608d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25608d Color CSS Codes

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

#25608d Text Font Color

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

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


#25608d Background Color

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

This div background color is #25608d


#25608d Border Color

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

This div border color is #25608d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,96,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25608d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25608d;
  -webkit-box-shadow: 1px 1px 3px 2px #25608d;
  box-shadow:         1px 1px 3px 2px #25608d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25608d


Comments

No comments written yet.

Please login to write comment.