Color Hex Logo

#25317c Color Hex

#25317C
(37,49,124)
0 Favorites   0 Comments

Color spaces of #25317c

RGB 3749124
HSL0.640.540.32
HSV232°70°49°
CMYK 0.700.600.00   0.51
XYZ5.49944.045219.5597
Yxy4.04520.18900.1390
Hunter Lab20.112713.6100-43.5810
CIE-Lab23.820321.7485-44.1932

#25317c color RGB value is (37,49,124).

#25317c hex color red value is 37, green value is 49 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #25317c hue: 0.64 , saturation: 0.54 and the lightness value of 25317c is 0.32.

The process color (four color CMYK) of #25317c color hex is 0.70, 0.60, 0.00, 0.51. Web safe color of #25317c is #333366. Color #25317c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110001 01111100
Octal 45 61 174
Decimal 37 49 124
Hex 25 31 7C

RGB Percentages of Color #25317c

%17.62
%23.33
%59.05

CMYK Percentages of Color #25317c

%70
%60
%0
%51

Triadic Colors of #25317c

#25317c #7c2531 #317c25

Analogous Colors of #25317c

#25317c #45257c #255d7c

Monochromatic Colors of #25317c

#25317c

Complementary Color

#25317c #7c7025

#25317c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25317c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25317c Color CSS Codes

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

#25317c Text Font Color

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

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


#25317c Background Color

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

This div background color is #25317c


#25317c Border Color

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

This div border color is #25317c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25317c


Comments

No comments written yet.

Please login to write comment.