Color Hex Logo

#25347f Color Hex

#25347F
(37,52,127)
0 Favorites   0 Comments

Color spaces of #25347f

RGB 3752127
HSL0.640.550.32
HSV230°71°50°
CMYK 0.710.590.00   0.50
XYZ5.82174.381620.6176
Yxy4.38160.18890.1422
Hunter Lab20.932313.0131-43.7461
CIE-Lab24.894920.8232-44.3394

#25347f color RGB value is (37,52,127).

#25347f hex color red value is 37, green value is 52 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #25347f hue: 0.64 , saturation: 0.55 and the lightness value of 25347f is 0.32.

The process color (four color CMYK) of #25347f color hex is 0.71, 0.59, 0.00, 0.50. Web safe color of #25347f is #333366. Color #25347f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110100 01111111
Octal 45 64 177
Decimal 37 52 127
Hex 25 34 7F

RGB Percentages of Color #25347f

%17.13
%24.07
%58.80

CMYK Percentages of Color #25347f

%71
%59
%0
%50

Triadic Colors of #25347f

#25347f #7f2534 #347f25

Analogous Colors of #25347f

#25347f #43257f #25617f

Monochromatic Colors of #25347f

#25347f

Complementary Color

#25347f #7f7025

#25347f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25347f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25347f Color CSS Codes

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

#25347f Text Font Color

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

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


#25347f Background Color

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

This div background color is #25347f


#25347f Border Color

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

This div border color is #25347f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,52,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25347f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25347f;
  -webkit-box-shadow: 1px 1px 3px 2px #25347f;
  box-shadow:         1px 1px 3px 2px #25347f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25347f


Comments

No comments written yet.

Please login to write comment.