Color Hex Logo

#25138d Color Hex

#25138D
(37,19,141)
0 Favorites   0 Comments

Color spaces of #25138d

RGB 3719141
HSL0.690.760.31
HSV249°87°55°
CMYK 0.740.870.00   0.45
XYZ5.80352.782125.4304
Yxy2.78210.17060.0818
Hunter Lab16.679632.9178-78.7201
CIE-Lab19.149245.3834-62.5649

#25138d color RGB value is (37,19,141).

#25138d hex color red value is 37, green value is 19 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #25138d hue: 0.69 , saturation: 0.76 and the lightness value of 25138d is 0.31.

The process color (four color CMYK) of #25138d color hex is 0.74, 0.87, 0.00, 0.45. Web safe color of #25138d is #330099. Color #25138d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010011 10001101
Octal 45 23 215
Decimal 37 19 141
Hex 25 13 8D

RGB Percentages of Color #25138d

%18.78
%9.64
%71.57

CMYK Percentages of Color #25138d

%74
%87
%0
%45

Triadic Colors of #25138d

#25138d #8d2513 #138d25

Analogous Colors of #25138d

#25138d #62138d #133e8d

Monochromatic Colors of #25138d

#25138d

Complementary Color

#25138d #7b8d13

#25138d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25138d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25138d Color CSS Codes

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

#25138d Text Font Color

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

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


#25138d Background Color

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

This div background color is #25138d


#25138d Border Color

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

This div border color is #25138d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,19,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 #25138d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25138d


Comments

No comments written yet.

Please login to write comment.