Color Hex Logo

#25125e Color Hex

#25125E
(37,18,94)
0 Favorites   0 Comments

Color spaces of #25125e

RGB 371894
HSL0.710.680.22
HSV255°81°37°
CMYK 0.610.810.00   0.63
XYZ2.99961.634110.7470
Yxy1.63410.19500.1062
Hunter Lab12.783219.5148-40.8977
CIE-Lab13.436431.1268-41.6761

#25125e color RGB value is (37,18,94).

#25125e hex color red value is 37, green value is 18 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #25125e hue: 0.71 , saturation: 0.68 and the lightness value of 25125e is 0.22.

The process color (four color CMYK) of #25125e color hex is 0.61, 0.81, 0.00, 0.63. Web safe color of #25125e is #330066. Color #25125e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010010 01011110
Octal 45 22 136
Decimal 37 18 94
Hex 25 12 5E

RGB Percentages of Color #25125e

%24.83
%12.08
%63.09

CMYK Percentages of Color #25125e

%61
%81
%0
%63

Triadic Colors of #25125e

#25125e #5e2512 #125e25

Analogous Colors of #25125e

#25125e #4b125e #12255e

Monochromatic Colors of #25125e

#25125e

Complementary Color

#25125e #4b5e12

#25125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25125e Color CSS Codes

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

#25125e Text Font Color

<p style="color:#25125e">Text here</p>

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


#25125e Background Color

<div style="background-color:#25125e">
Div content here</div>

This div background color is #25125e


#25125e Border Color

<div style="border:3px solid #25125e">
Div here</div>

This div border color is #25125e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,18,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25125e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25125e;
  -webkit-box-shadow: 1px 1px 3px 2px #25125e;
  box-shadow:         1px 1px 3px 2px #25125e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25125e


Comments

No comments written yet.

Please login to write comment.