Color Hex Logo

#25124e Color Hex

#25124E
(37,18,78)
0 Favorites   0 Comments

Color spaces of #25124e

RGB 371878
HSL0.720.630.19
HSV259°77°31°
CMYK 0.530.770.00   0.69
XYZ2.35441.37607.3492
Yxy1.37600.21250.1242
Hunter Lab11.730315.2989-28.9348
CIE-Lab11.797025.9384-33.5052

#25124e color RGB value is (37,18,78).

#25124e hex color red value is 37, green value is 18 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #25124e hue: 0.72 , saturation: 0.63 and the lightness value of 25124e is 0.19.

The process color (four color CMYK) of #25124e color hex is 0.53, 0.77, 0.00, 0.69. Web safe color of #25124e is #330066. Color #25124e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010010 01001110
Octal 45 22 116
Decimal 37 18 78
Hex 25 12 4E

RGB Percentages of Color #25124e

%27.82
%13.53
%58.65

CMYK Percentages of Color #25124e

%53
%77
%0
%69

Triadic Colors of #25124e

#25124e #4e2512 #124e25

Analogous Colors of #25124e

#25124e #43124e #121d4e

Monochromatic Colors of #25124e

#25124e

Complementary Color

#25124e #3b4e12

#25124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25124e Color CSS Codes

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

#25124e Text Font Color

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

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


#25124e Background Color

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

This div background color is #25124e


#25124e Border Color

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

This div border color is #25124e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25124e


Comments

No comments written yet.

Please login to write comment.