Color Hex Logo

#25485c Color Hex

#25485C
(37,72,92)
0 Favorites   0 Comments

Color spaces of #25485c

RGB 377292
HSL0.560.430.25
HSV202°60°36°
CMYK 0.600.220.00   0.64
XYZ5.01215.800810.9807
Yxy5.80080.23000.2662
Hunter Lab24.0849-5.0023-10.1719
CIE-Lab28.9042-6.0545-15.6725

#25485c color RGB value is (37,72,92).

#25485c hex color red value is 37, green value is 72 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #25485c hue: 0.56 , saturation: 0.43 and the lightness value of 25485c is 0.25.

The process color (four color CMYK) of #25485c color hex is 0.60, 0.22, 0.00, 0.64. Web safe color of #25485c is #333366. Color #25485c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001000 01011100
Octal 45 110 134
Decimal 37 72 92
Hex 25 48 5C

RGB Percentages of Color #25485c

%18.41
%35.82
%45.77

CMYK Percentages of Color #25485c

%60
%22
%0
%64

Triadic Colors of #25485c

#25485c #5c2548 #485c25

Analogous Colors of #25485c

#25485c #252d5c #255c55

Monochromatic Colors of #25485c

#25485c

Complementary Color

#25485c #5c3925

#25485c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25485c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25485c Color CSS Codes

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

#25485c Text Font Color

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

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


#25485c Background Color

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

This div background color is #25485c


#25485c Border Color

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

This div border color is #25485c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,72,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25485c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25485c;
  -webkit-box-shadow: 1px 1px 3px 2px #25485c;
  box-shadow:         1px 1px 3px 2px #25485c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25485c


Comments

No comments written yet.

Please login to write comment.