Color Hex Logo

#25317a Color Hex

#25317A
(37,49,122)
0 Favorites   0 Comments

Color spaces of #25317a

RGB 3749122
HSL0.640.530.31
HSV232°70°48°
CMYK 0.700.600.00   0.52
XYZ5.37413.995118.9002
Yxy3.99510.19010.1413
Hunter Lab19.987713.0147-42.0726
CIE-Lab23.655220.9800-43.1950

#25317a color RGB value is (37,49,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110001 01111010
Octal 45 61 172
Decimal 37 49 122
Hex 25 31 7A

RGB Percentages of Color #25317a

%17.79
%23.56
%58.65

CMYK Percentages of Color #25317a

%70
%60
%0
%52

Triadic Colors of #25317a

#25317a #7a2531 #317a25

Analogous Colors of #25317a

#25317a #44257a #255c7a

Monochromatic Colors of #25317a

#25317a

Complementary Color

#25317a #7a6e25

#25317a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25317a Color Preview on White Background

Lorem ipsum dolor sit amet.

#25317a Color CSS Codes

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

#25317a Text Font Color

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

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


#25317a Background Color

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

This div background color is #25317a


#25317a Border Color

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

This div border color is #25317a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25317a


Comments

No comments written yet.

Please login to write comment.